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