ClassPaletteColorizer
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:
cs-api-definition
public sealed class PaletteColorizer : ColorMapping
Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseValueMappingBaseColorMappingPaletteColorizer
Inherited Members
Constructors
PaletteColorizer()
Initializes a new instance of the PaletteColorizer class.
Declaration
cs-api-definition
public PaletteColorizer()
Fields
BrushesProperty
Identifies the Brushes dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty BrushesProperty
Field Value
DependencyProperty
Properties
Brushes
Gets or sets the brushes.
Declaration
cs-api-definition
public PaletteBrushes Brushes { get; set; }
Property Value
The brushes.
Methods
Reset()
Resets the current colorizer to initial state.
Declaration
cs-api-definition
public void Reset()
SelectBrush()
Selects the brush.
Declaration
cs-api-definition
public Brush SelectBrush()
Returns
Brush