Class BrushColorizerBase
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.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class BrushColorizerBase : RangeColorizerBase, ISupportValuePath
Fields
BrushesProperty
Identifies the Brushes dependency property.
Declaration
public static readonly DependencyProperty BrushesProperty
Field Value
System.Windows.DependencyProperty
|
DefaultBrushProperty
Identifies the DefaultBrush dependency property.
Declaration
public static readonly DependencyProperty DefaultBrushProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Brushes
Gets or sets the brushes.
Declaration
public RangeBrushCollection Brushes { get; set; }
Property Value
RangeBrushCollection
The brushes. |
DefaultBrush
Gets or sets the default brush.
Declaration
public Brush DefaultBrush { get; set; }
Property Value
System.Windows.Media.Brush
The default brush. |