TreeMapItemLeafStyle.LabelVerticalAlignment Property
In This Article
Gets or sets the treemap leaf label’s vertical alignment.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationFlags.LoadOnly)]
public StringAlignment LabelVerticalAlignment { get; set; }
#Property Value
Type | Description |
---|---|
String |
The label’s vertical alignment. |
#Remarks
Note
Use the TreeLabel
in non-Windows environments.
See Also