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

Base class for all ColorMapping objects in RadTreeMap and RadPivotMap which define a set of brushes. Each RangeBrush is applied according its From and To properties.

Definition

Fields

BrushesProperty

DependencyProperty

Identifies the Brushes dependency property.

C#
public static readonly DependencyProperty BrushesProperty

DefaultBrushProperty

DependencyProperty

Identifies the DefaultBrush dependency property.

C#
public static readonly DependencyProperty DefaultBrushProperty

Properties

Gets or sets the brushes.

C#
public RangeBrushCollection Brushes { get; set; }
Property Value:

The brushes.

Gets or sets the default brush.

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

The default brush.