New to Telerik UI for WPFStart a free 30-day trial

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 ValueMappingBase.TargetPropertyNamePropertyValueMappingBase.TargetPropertyName

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; }
Property Value:

The brushes.

Methods

Resets the current colorizer to initial state.

C#
public void Reset()

Selects the brush.

C#
public Brush SelectBrush()
Returns:

Brush