Class DesaturationColorMapping
DesaturationColorMapping
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.WPF.dll
Syntax
public class DesaturationColorMapping : ColorMapping
Constructors
DesaturationColorMapping()
Declaration
public DesaturationColorMapping()
Fields
ColorProperty
// Using a DependencyProperty as the backing store for Color. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FromProperty
// Using a DependencyProperty as the backing store for From. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FromProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
RangeMaximumProperty
// Using a DependencyProperty as the backing store for RangeMaximum. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RangeMaximumProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
RangeMinimumProperty
// Using a DependencyProperty as the backing store for RangeMinimum. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RangeMinimumProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ToProperty
// Using a DependencyProperty as the backing store for To. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ToProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Color
Gets or Sets Color value
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
From
Gets or Sets From value
Declaration
public double From { get; set; }
Property Value
Type |
---|
System.Double |
RangeMaximum
Gets or Sets RangeMaximum
Declaration
public double RangeMaximum { get; set; }
Property Value
Type |
---|
System.Double |
RangeMinimum
Gets or Sets RangeMinimum
Declaration
public double RangeMinimum { get; set; }
Property Value
Type |
---|
System.Double |
To
Gets or Sets To value
Declaration
public double To { get; set; }
Property Value
Type |
---|
System.Double |