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

Paints an item by using a brush.

Definition

Namespace:Telerik.Windows.Controls.TreeMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public sealed class BrushColorizer : ColorMapping

Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseValueMappingBaseColorMappingBrushColorizer...

Inherited Members ValueMappingBase.TargetPropertyNamePropertyValueMappingBase.TargetPropertyName

Constructors

Initializes a new instance of the BrushColorizer class.

C#
public BrushColorizer()

Fields

BrushProperty

DependencyProperty

Identifies the Brush dependency property.

C#
public static readonly DependencyProperty BrushProperty

Identifies the ParentSourceBrushPropertyName dependency property.

C#
public static readonly DependencyProperty ParentSourceBrushPropertyProperty

Properties

Brush

Brush

Gets or sets the color.

C#
public Brush Brush { get; set; }
Property Value:

The color.

Gets or sets the property on the parent that specifies the Brush.

C#
public string ParentSourceBrushPropertyName { get; set; }
Property Value:

The parent source brush property.

Methods

Selects the brush.

C#
public Brush SelectBrush()
Returns:

Brush