Class PaletteColorizer
Represents a ColorMapping, which holds a set of System.Windows.Media.Brush objects. RadTreeMap items are assigned a brush according to their index in the collection.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class PaletteColorizer : ColorMapping
Constructors
PaletteColorizer()
Fields
BrushesProperty
Identifies the Brushes dependency property.
Declaration
public static readonly DependencyProperty BrushesProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Brushes
Gets or sets the brushes.
Declaration
public PaletteBrushes Brushes { get; set; }
Property Value
PaletteBrushes
The brushes. |
Methods
Reset()
Resets the current colorizer to initial state.
Declaration
public void Reset()
SelectBrush()
Selects the brush.
Declaration
public Brush SelectBrush()
Returns
System.Windows.Media.Brush
|