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