Skip to main content

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.v23.2.UI.dll

NuGet Package: DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("LeafStyle is obsolete now, use Appearance.LeafStyle instead")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public TreeMapItemLeafStyle LeafStyle { get; }

Property Value

Type Description
TreeMapItemLeafStyle

A TreeMapItemLeafStyle object.

See Also