Gets or sets a value that indicates the text alignment.
public virtual StringAlignment Alignment { get; set; }
Public Overridable Property Alignment As StringAlignment
public:
virtual property StringAlignment Alignment {
StringAlignment get();
void set ( StringAlignment );
}
A System.Drawing.StringAlignment value that specifies the text alignment.
This is the horizontal alignment of the text inside the AnnRectangleObject.Bounds bounding rectangle. To set the vertical alignment or the text inside the bounding rectangle, use the LineAlignment property. For more information, refer to Using Text in Annotation Object. (Deprecated)
For an example, refer to AnnTextObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET