Skip to main content
A newer version of this page is available. .

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

NuGet Package: DevExpress.Win.TreeMap

Declaration

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

Property Value

Type Description
TreeMapItemLeafStyle

A TreeMapItemLeafStyle object.

See Also