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