Class WmfSetTextAlign
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The Set text align
public class WmfSetTextAlign : WmfObject
- Inheritance
-
WmfSetTextAlign
- Inherited Members
Constructors
WmfSetTextAlign()
public WmfSetTextAlign()
Properties
Reserved
Gets or sets the reserved.
public int Reserved { get; set; }
Property Value
- int
The reserved.
TextAlign
Gets or sets the text align.
public WmfTextAlignmentModeFlags TextAlign { get; set; }
Property Value
- WmfTextAlignmentModeFlags
The text align.