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.v19.2.dll

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