Class RangeBrush
RangeBrush
Inheritance
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.WPF.dll
Syntax
public class RangeBrush : DependencyObject
Constructors
RangeBrush()
Initializes a new instance of the RangeBrush class.
Declaration
public RangeBrush()
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 |
GradientColorsProperty
// Using a DependencyProperty as the backing store for GradientColors. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty GradientColorsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LegendLabelProperty
// Using a DependencyProperty as the backing store for LegendLabel. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LegendLabelProperty
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 values
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 |
GradientColors
GradientColors for RangeColormapping
Declaration
public List<Color> GradientColors { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Windows.Media.Color> |
LegendLabel
Gets or Sets LegendLabel
Declaration
public string LegendLabel { get; set; }
Property Value
Type |
---|
System.String |
To
Gets or Sets To value
Declaration
public double To { get; set; }
Property Value
Type |
---|
System.Double |
Methods
Validate(Object)
Validate the object value.
Declaration
public virtual bool Validate(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The object value. |
Returns
Type | Description |
---|---|
System.Boolean | The bool value. |