MapOverlayTextItem.TextAlignment Property
Gets or sets the alignment of the text item’s text.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
[DefaultValue(ContentAlignment.TopLeft)]
public ContentAlignment TextAlignment { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ContentAlignment | TopLeft | A ContentAlignment enumeration value. |
See Also