Skip to main content
A newer version of this page is available.
All docs
V18.2

TreeMapItemStyle.LabelAlignment Property

Gets or sets the label alignment.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

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

Property Value

Type Description
StringAlignment

A StringAlignment enumeration value.

See Also