MapPointer.TextAlignment Property
Gets or sets the alignment of the text in a map pointer.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
[DefaultValue(TextAlignment.MiddleRight)]
public TextAlignment TextAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Text |
Middle |
One of the Text |
Available values:
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. |