TreeMapCustomItem.LeafStyle Property
In This Article
Returns the style that will be applied to the item if it is a leaf.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TreeMapItemLeafStyle LeafStyle { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
See Also