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.1.dll

NuGet Package: DevExpress.Win.TreeMap

Declaration

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

Property Value

Type Description
TreeMapItemLeafStyle

A TreeMapItemLeafStyle object.

See Also