Class RangeBrush
Class which represent the range brush color.
Inheritance
System.Object
RangeBrush
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 RangeBrush
Constructors
RangeBrush()
Initializes a new instance of the RangeBrush class.
Declaration
public RangeBrush()
Properties
Color
Gets or sets the color value of mapping.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
From
Gets or sets the From value of mapping.
Declaration
public double From { get; set; }
Property Value
Type |
---|
System.Double |
GradientColors
Gets or sets the gradient colors of range.
Declaration
public List<Color> GradientColors { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Drawing.Color> |
LegendLabel
Gets or sets the label of the legend.
Declaration
public string LegendLabel { get; set; }
Property Value
Type |
---|
System.String |
To
Gets or sets the To value of mapping.
Declaration
public double To { get; set; }
Property Value
Type |
---|
System.Double |