Back to Devexpress

TreeMapItemLeafStyle.LabelVerticalAlignment Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapitemleafstyle-945f2806.md

latest1.6 KB
Original Source

TreeMapItemLeafStyle.LabelVerticalAlignment Property

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

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationFlags.LoadOnly)]
public StringAlignment LabelVerticalAlignment { get; set; }
vb
<XtraSerializableProperty(XtraSerializationFlags.LoadOnly)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property LabelVerticalAlignment As StringAlignment

Property Value

TypeDescription
StringAlignment

The label’s vertical alignment.

|

Remarks

Note

Use the TreeMapItemLeafStyle.DXLabelVerticalAlignment property instead of LabelVerticalAlignment in non-Windows environments.

See Also

TreeMapItemLeafStyle Class

TreeMapItemLeafStyle Members

DevExpress.XtraTreeMap Namespace