Back to Devexpress

TreeMapControl.LeafStyle Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapcontrol-2c9f8687.md

latest1.6 KB
Original Source

TreeMapControl.LeafStyle Property

OBSOLETE

LeafStyle is obsolete now, use Appearance.LeafStyle instead

Returns the style of leaf tree map items.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.UI.dll

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("LeafStyle is obsolete now, use Appearance.LeafStyle instead")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public TreeMapItemLeafStyle LeafStyle { get; }
vb
<Obsolete("LeafStyle is obsolete now, use Appearance.LeafStyle instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public ReadOnly Property LeafStyle As TreeMapItemLeafStyle

Property Value

TypeDescription
TreeMapItemLeafStyle

A TreeMapItemLeafStyle object.

|

See Also

TreeMapControl Class

TreeMapControl Members

DevExpress.XtraTreeMap Namespace