Table of Contents

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
IDrawableTextInterlineSpacing
IDrawable
Inherited Members

Constructors

DrawableTextInterlineSpacing(double)

Initializes a new instance of the DrawableTextInterlineSpacing class.

public DrawableTextInterlineSpacing(double spacing)

Parameters

spacing double

The spacing to use.

Properties

Spacing

Gets or sets the spacing to use.

public double Spacing { get; set; }

Property Value

double