Back to Devexpress

TreeMapGradientColorizer.EndColor Property

wpf-devexpress-dot-xpf-dot-treemap-dot-treemapgradientcolorizer-a8910456.md

latest1.9 KB
Original Source

TreeMapGradientColorizer.EndColor Property

Gets or sets the end color of the gradient used to color tree map items.

Namespace : DevExpress.Xpf.TreeMap

Assembly : DevExpress.Xpf.TreeMap.v25.2.dll

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public Color EndColor { get; set; }
vb
Public Property EndColor As Color

Property Value

TypeDescription
Color

A Color value.

|

Example

To color tree map items using the Gradient Colorizer, do the following.

xaml
<dxtm:TreeMapControl.Colorizer>
    <dxtm:TreeMapGradientColorizer 
        EndColor="#FFFF5A19" 
        StartColor="#FF6EC95C"/>
</dxtm:TreeMapControl.Colorizer>

See Also

TreeMapGradientColorizer Class

TreeMapGradientColorizer Members

DevExpress.Xpf.TreeMap Namespace