ClassDesaturationColorizer
This class represents a ColorMapping which defines the Brush for a RadTreeMapItem based on a color and a level of desaturation.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public sealed class DesaturationColorizer : ColorMapping
Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseValueMappingBaseColorMappingDesaturationColorizer
Inherited Members
Constructors
DesaturationColorizer()
Initializes a new instance of the DesaturationColorizer class.
Declaration
public DesaturationColorizer()
Fields
FromProperty
Identifies the From dependency property.
Declaration
public static readonly DependencyProperty FromProperty
Field Value
DependencyProperty
ParentSourceColorPropertyNameProperty
Identifies the ParentSourceColorPropertyName dependency property.
Declaration
public static readonly DependencyProperty ParentSourceColorPropertyNameProperty
Field Value
DependencyProperty
StartColorProperty
Identifies the StartColor dependency property.
Declaration
public static readonly DependencyProperty StartColorProperty
Field Value
DependencyProperty
ToProperty
Identifies the To dependency property.
Declaration
public static readonly DependencyProperty ToProperty
Field Value
DependencyProperty
Properties
From
Gets or sets from.
ParentSourceColorPropertyName
Gets or sets the property on the parent that specifies the StartColor.
Declaration
public string ParentSourceColorPropertyName { get; set; }
Property Value
The parent color source property.
StartColor
Gets or sets the start color.
Declaration
public Color StartColor { get; set; }
Property Value
Color
The start color.
Methods
SelectBrush(double)
Selects the brush.
Declaration
public Brush SelectBrush(double value)
Parameters
value
Returns
Brush