Class DrawableTextDirection
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Specifies the direction to be used when annotating with text.
public sealed class DrawableTextDirection : IDrawableTextDirection, IDrawable
- Inheritance
-
DrawableTextDirection
- Implements
-
IDrawableTextDirectionIDrawable
- Inherited Members
Constructors
DrawableTextDirection(TextDirection)
Initializes a new instance of the DrawableTextDirection class.
public DrawableTextDirection(TextDirection direction)
Parameters
direction
TextDirectionDirection to use.
Properties
Direction
Gets or sets the direction to use.
public TextDirection Direction { get; set; }
Property Value
- TextDirection