Class DesaturationColorizer
This class represents a ColorMapping which defines the Brush for a RadTreeMapItem based on a color and a level of desaturation.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class DesaturationColorizer : ColorMapping
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
System.Windows.DependencyProperty
|
ParentSourceColorPropertyNameProperty
Identifies the ParentSourceColorPropertyName dependency property.
Declaration
public static readonly DependencyProperty ParentSourceColorPropertyNameProperty
Field Value
System.Windows.DependencyProperty
|
StartColorProperty
Identifies the StartColor dependency property.
Declaration
public static readonly DependencyProperty StartColorProperty
Field Value
System.Windows.DependencyProperty
|
ToProperty
Identifies the To dependency property.
Declaration
public static readonly DependencyProperty ToProperty
Field Value
System.Windows.DependencyProperty
|
Properties
From
Gets or sets from.
Declaration
public double From { get; set; }
Property Value
System.Double
From. |
ParentSourceColorPropertyName
Gets or sets the property on the parent that specifies the StartColor.
Declaration
public string ParentSourceColorPropertyName { get; set; }
Property Value
System.String
The parent color source property. |
StartColor
Gets or sets the start color.
Declaration
public Color StartColor { get; set; }
Property Value
System.Windows.Media.Color
The start color. |
To
Gets or sets to.
Declaration
public double To { get; set; }
Property Value
System.Double
To. |
Methods
SelectBrush(Double)
Selects the brush.
Declaration
public Brush SelectBrush(double value)
Parameters
System.Double
value
|
Returns
System.Windows.Media.Brush
|