BrushColorizer
Class
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
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
ParentSourceBrushPropertyProperty
DependencyProperty
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; }
The color.
Gets or sets the property on the parent that specifies the Brush.
C#
public string ParentSourceBrushPropertyName { get; set; }
The parent source brush property.
Methods
SelectBrush()
Brush
Selects the brush.
C#
public Brush SelectBrush()
Brush