Specifies the alignment of text relative to a point or inside a rectangle.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
C#
![]() |
---|
public enum StringAlignment |
Visual Basic
![]() |
---|
Public Enum StringAlignment |
Member name | Description | |
---|---|---|
![]() |
Near |
Left side of text is aligned to target point, or to the left side of the layout rectangle. |
![]() |
Center |
Center of text is aligned to target point, or to the center of the layout rectangle. |
![]() |
Far |
Right side of text is aligned to target point, or to the Right side of the layout rectangle. |