Class DesaturationColorMapping
Class which represent the desaturation color mapping.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public class DesaturationColorMapping : ColorMapping
Constructors
DesaturationColorMapping()
Declaration
public DesaturationColorMapping()
Properties
Color
Gets or sets the color value for the desaturation color mapping.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
From
Gets or sets the from value of the color mapping.
Declaration
public double From { get; set; }
Property Value
Type |
---|
System.Double |
RangeMaximum
Gets or sets the maximum range of mapping value.
Declaration
public double RangeMaximum { get; set; }
Property Value
Type |
---|
System.Double |
RangeMinimum
Gets or sets the minimum range of mapping value.
Declaration
public double RangeMinimum { get; set; }
Property Value
Type |
---|
System.Double |
To
Gets or sets the To value of the color mapping.
Declaration
public double To { get; set; }
Property Value
Type |
---|
System.Double |