Class DrawableTextInterwordSpacing
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Sets the spacing between words in text.
public sealed class DrawableTextInterwordSpacing : IDrawableTextInterwordSpacing, IDrawable
- Inheritance
-
DrawableTextInterwordSpacing
- Implements
-
IDrawableTextInterwordSpacingIDrawable
- Inherited Members
Constructors
DrawableTextInterwordSpacing(double)
Initializes a new instance of the DrawableTextInterwordSpacing class.
public DrawableTextInterwordSpacing(double spacing)
Parameters
spacing
doubleThe spacing to use.
Properties
Spacing
Gets or sets the spacing to use.
public double Spacing { get; set; }