Class
BrushColorizer

Paints an item by using a brush.

Definition

Namespace:Telerik.Windows.Controls.TreeMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public sealed class BrushColorizer : ColorMapping

Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseValueMappingBaseColorMappingBrushColorizer

Inherited Members ValueMappingBase.TargetPropertyNamePropertyValueMappingBase.TargetPropertyName

Constructors

BrushColorizer()

Initializes a new instance of the BrushColorizer class.

Declaration

cs-api-definition
public BrushColorizer()

Fields

BrushProperty

Identifies the Brush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BrushProperty

Field Value

DependencyProperty

ParentSourceBrushPropertyProperty

Identifies the ParentSourceBrushPropertyName dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ParentSourceBrushPropertyProperty

Field Value

DependencyProperty

Properties

Brush

Gets or sets the color.

Declaration

cs-api-definition
public Brush Brush { get; set; }

Property Value

Brush

The color.

ParentSourceBrushPropertyName

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

Declaration

cs-api-definition
public string ParentSourceBrushPropertyName { get; set; }

Property Value

string

The parent source brush property.

Methods

SelectBrush()

Selects the brush.

Declaration

cs-api-definition
public Brush SelectBrush()

Returns

Brush