Back to Devexpress

HierarchicalItemStyle.Fill Property

windowsforms-devexpress-dot-xtratreemap-dot-hierarchicalitemstyle.md

latest1.2 KB
Original Source

HierarchicalItemStyle.Fill Property

Gets or sets the color that is used to fill a treemap / sunburst item.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[XtraSerializableProperty]
public Color Fill { get; set; }
vb
<XtraSerializableProperty>
Public Property Fill As Color

Property Value

TypeDescription
Color

The Color value that specifies a treemap / sunburst item’s fill color.

|

See Also

HierarchicalItemStyle Class

HierarchicalItemStyle Members

DevExpress.XtraTreeMap Namespace