Class DesaturationColorizer
This class represents a Color
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 Desaturation
Declaration
public DesaturationColorizer()
Fields
FromProperty
Identifies the From dependency property.
Declaration
public static readonly DependencyProperty FromProperty
Field Value
System.
|
ParentSourceColorPropertyNameProperty
Identifies the Parent
Declaration
public static readonly DependencyProperty ParentSourceColorPropertyNameProperty
Field Value
System.
|
StartColorProperty
Identifies the Start
Declaration
public static readonly DependencyProperty StartColorProperty
Field Value
System.
|
ToProperty
Identifies the To dependency property.
Declaration
public static readonly DependencyProperty ToProperty
Field Value
System.
|
Properties
From
Gets or sets from.
Declaration
public double From { get; set; }
Property Value
System. From. |
ParentSourceColorPropertyName
Gets or sets the property on the parent that specifies the Start
Declaration
public string ParentSourceColorPropertyName { get; set; }
Property Value
System. The parent color source property. |
StartColor
Gets or sets the start color.
Declaration
public Color StartColor { get; set; }
Property Value
System. The start color. |
To
Gets or sets to.
Declaration
public double To { get; set; }
Property Value
System. To. |
Methods
SelectBrush(Double)
Selects the brush.
Declaration
public Brush SelectBrush(double value)
Parameters
System.
|
Returns
System.
|