Skip to main content
A newer version of this page is available. .
All docs
V21.1

TextElement.TextAlignment Property

Gets or sets text alignment for the element.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v21.1.dll

NuGet Package: DevExpress.TreeMap

Declaration

[XtraSerializableProperty]
public StringAlignment TextAlignment { get; set; }

Property Value

Type Description
StringAlignment

A value that specifies text alignment.

See Also