Skip to main content
A newer version of this page is available. .

TreeMapItemLeafStyle.LabelVerticalAlignment Property

Gets or sets the treemap leaf label’s vertical alignment.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

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

Property Value

Type Description
StringAlignment

The label’s vertical alignment.

See Also