Gets or sets the line alignment information.
public virtual StringAlignment LineAlignment { get; set; }
Public Overridable Property LineAlignment As StringAlignment
public:
virtual property StringAlignment LineAlignment {
StringAlignment get();
void set ( StringAlignment );
}
A System.Drawing.StringAlignment value that specifies the line alignment.
This is the vertical alignment of the text inside the AnnRectangleObject.Bounds bounding rectangle. To set the horizontal alignment of the text inside the bounding rectangle, use the Alignment 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