A newer version of this page is available.
Switch to the current version.
MapPointer.TextAlignment Property
Gets or sets the alignment of the text in a map pointer.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[DefaultValue(TextAlignment.MiddleRight)]
public TextAlignment TextAlignment { get; set; }
<DefaultValue(TextAlignment.MiddleRight)>
Public Property TextAlignment As TextAlignment
Property Value
Type | Default | Description |
---|---|---|
TextAlignment | MiddleRight |
One of the TextAlignment enumeration values that specifies how the text is aligned in the map pointer. |
See Also
Feedback