ClassRangeBrush
Class
Represents an object, which configures ValueBrushColorizer objects.
When IsAbsolute is True,
From and To values should be absolute -
they should correspond to the underlying data.
When IsAbsolute is False,
From and To values should be relative - between 0 and 1.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public sealed class RangeBrush : DependencyObject
Inheritance: objectRangeBrush
Constructors
RangeBrush()
Declaration
cs-api-definition
public RangeBrush()
Fields
BrushProperty
Identifies the Brush dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty BrushProperty
Field Value
DependencyProperty
FromProperty
Identifies the From dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty FromProperty
Field Value
DependencyProperty
ToProperty
Identifies the To dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ToProperty
Field Value
DependencyProperty