Table of Contents

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

Constructors

DrawableTextInterwordSpacing(double)

Initializes a new instance of the DrawableTextInterwordSpacing class.

public DrawableTextInterwordSpacing(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