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