New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public sealed class RangeBrush : DependencyObject

Inheritance: objectRangeBrush

Constructors

C#
public RangeBrush()

Fields

BrushProperty

DependencyProperty

Identifies the Brush dependency property.

C#
public static readonly DependencyProperty BrushProperty

FromProperty

DependencyProperty

Identifies the From dependency property.

C#
public static readonly DependencyProperty FromProperty

ToProperty

DependencyProperty

Identifies the To dependency property.

C#
public static readonly DependencyProperty ToProperty

Properties

Brush

Brush

Gets or sets the brush.

C#
public Brush Brush { get; set; }
Property Value:

The brush.

Gets or sets the lower boundary value.

C#
public double From { get; set; }
Property Value:

The lower boundary value.

Gets or sets the upper boundary value.

C#
public double To { get; set; }
Property Value:

The upper boundary value.