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