Skip to main content
All docs
V19.1

TreeMapItemStyle.LabelAlignment Property

Gets or sets the label alignment.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.1.dll

Declaration

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

Property Value

Type Description
StringAlignment

A StringAlignment enumeration value.

See Also