Class
RangeBrush

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

Properties

Brush

Gets or sets the brush.

Declaration

cs-api-definition
public Brush Brush { get; set; }

Property Value

Brush

The brush.

From

Gets or sets the lower boundary value.

Declaration

cs-api-definition
public double From { get; set; }

Property Value

double

The lower boundary value.

To

Gets or sets the upper boundary value.

Declaration

cs-api-definition
public double To { get; set; }

Property Value

double

The upper boundary value.