Class DrawableTextAlignment
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Specifies a text alignment to be applied when annotating with text.
public sealed class DrawableTextAlignment : IDrawableTextAlignment, IDrawable
- Inheritance
-
DrawableTextAlignment
- Implements
-
IDrawableTextAlignmentIDrawable
- Inherited Members
Constructors
DrawableTextAlignment(TextAlignment)
Initializes a new instance of the DrawableTextAlignment class.
public DrawableTextAlignment(TextAlignment alignment)
Parameters
alignment
TextAlignmentThe text alignment.
Properties
Alignment
Gets or sets text alignment.
public TextAlignment Alignment { get; set; }
Property Value
- TextAlignment