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
Initializes a new instance of the DesaturationColorizer class.
public DesaturationColorizer()
Fields
FromProperty
DependencyProperty
Identifies the From dependency property.
public static readonly DependencyProperty FromProperty
ParentSourceColorPropertyNameProperty
DependencyProperty
Identifies the ParentSourceColorPropertyName dependency property.
public static readonly DependencyProperty ParentSourceColorPropertyNameProperty
StartColorProperty
DependencyProperty
Identifies the StartColor dependency property.
public static readonly DependencyProperty StartColorProperty
ToProperty
DependencyProperty
Identifies the To dependency property.
public static readonly DependencyProperty ToProperty
Properties
Gets or sets the property on the parent that specifies the StartColor.
public string ParentSourceColorPropertyName { get; set; }
The parent color source property.
StartColor
Color
Gets or sets the start color.
public Color StartColor { get; set; }
The start color.
Methods
SelectBrush(double)
Brush
Selects the brush.