ClassBrushColorizer
Paints an item by using a brush.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public sealed class BrushColorizer : ColorMapping
Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseValueMappingBaseColorMappingBrushColorizer
Inherited Members
Constructors
BrushColorizer()
Initializes a new instance of the BrushColorizer class.
Declaration
public BrushColorizer()
Fields
BrushProperty
Identifies the Brush dependency property.
Declaration
public static readonly DependencyProperty BrushProperty
Field Value
DependencyProperty
ParentSourceBrushPropertyProperty
Identifies the ParentSourceBrushPropertyName dependency property.
Declaration
public static readonly DependencyProperty ParentSourceBrushPropertyProperty
Field Value
DependencyProperty
Properties
Brush
Gets or sets the color.
Declaration
public Brush Brush { get; set; }
Property Value
Brush
The color.
ParentSourceBrushPropertyName
Gets or sets the property on the parent that specifies the Brush.
Declaration
public string ParentSourceBrushPropertyName { get; set; }
Property Value
The parent source brush property.
Methods
SelectBrush()
Selects the brush.
Declaration
public Brush SelectBrush()
Returns
Brush