TextAlignment Enum
Specifies how the text associated with the map pointer should be aligned.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
#Members
Name | Description |
---|---|
Top
|
The text is vertically aligned at the top, and horizontally aligned on the left. |
Top
|
The text is vertically aligned at the top, and horizontally aligned at the center. |
Top
|
The text is vertically aligned at the top, and horizontally aligned on the right. |
Middle
|
The text is vertically aligned in the middle, and horizontally aligned on the left. |
Middle
|
The text is vertically aligned in the middle, and horizontally aligned on the right. |
Bottom
|
The text is vertically aligned at the bottom, and horizontally aligned on the left. |
Bottom
|
The text is vertically aligned at the bottom, and horizontally aligned at the center. |
Bottom
|
The text is vertically aligned at the bottom, and horizontally aligned on the right. |
#Related API Members
The following properties accept/return TextAlignment values:
#Remarks
The TextAlignment enumeration represents the different text alignment options for a map pointer containing text.