Class BrushColorizerBase
Base class for all Color
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.
|
DefaultBrushProperty
Identifies the Default
Declaration
public static readonly DependencyProperty DefaultBrushProperty
Field Value
System.
|
Properties
Brushes
Gets or sets the brushes.
Declaration
public RangeBrushCollection Brushes { get; set; }
Property Value
Range The brushes. |
DefaultBrush
Gets or sets the default brush.
Declaration
public Brush DefaultBrush { get; set; }
Property Value
System. The default brush. |