BrushColorizerBase
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:
C#
public abstract class BrushColorizerBase : RangeColorizerBase
Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseValueMappingBaseColorMappingRangeColorizerBaseBrushColorizerBase...
Inherited Members
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; }
The brushes.
DefaultBrush
Brush
Gets or sets the default brush.
C#
public Brush DefaultBrush { get; set; }
The default brush.