Class TreeMapItemStyle
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.TreeMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TreeMapItemStyle
Constructors
TreeMapItemStyle()
Declaration
public TreeMapItemStyle()
Properties
BackColor
Gets or sets the background color.
Declaration
public Color BackColor { get; set; }
Property Value
System.
|
BackColorStyle
Declaration
protected virtual TreeMapItemStyleColor BackColorStyle { get; }
Property Value
BorderColor
Gets or sets the border color.
Declaration
public Color BorderColor { get; set; }
Property Value
System.
|
BorderColorStyle
Declaration
protected virtual TreeMapItemStyleColor BorderColorStyle { get; }
Property Value
ColorizerBackColor
Sets the back color from the colorizer. If the value is locally set the this property will not be applied.
Declaration
public virtual Color ColorizerBackColor { get; set; }
Property Value
System.
|
ColorizerBorderColor
Sets the border color from the colorizer. If the value is locally set the this property will not be applied.
Declaration
public virtual Color ColorizerBorderColor { get; set; }
Property Value
System.
|
ColorizerForeColor
Sets the fore color from the colorizer. If the value is locally set the this property will not be applied.
Declaration
public virtual Color ColorizerForeColor { get; set; }
Property Value
System.
|
ForeColor
Gets or sets the foreground color.
Declaration
public Color ForeColor { get; set; }
Property Value
System.
|
ForeColorStyle
Declaration
protected virtual TreeMapItemStyleColor ForeColorStyle { get; }
Property Value
Methods
SetStyleColor(TreeMapItemStyleColor, Color, Boolean)
Declaration
public virtual void SetStyleColor(TreeMapItemStyleColor style, Color color, bool isLocal = true)
Parameters
Tree
|
System.
|
System.
|