ClassTreeMapItemStyle
Class
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TreeMapItemStyle
Inheritance: objectTreeMapItemStyle
Constructors
TreeMapItemStyle()
Declaration
cs-api-definition
public TreeMapItemStyle()
Properties
BackColor
Gets or sets the background color.
BackColorStyle
Declaration
cs-api-definition
protected virtual TreeMapItemStyleColor BackColorStyle { get; }
Property Value
BorderColor
Gets or sets the border color.
BorderColorStyle
Declaration
cs-api-definition
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
cs-api-definition
public virtual Color ColorizerBackColor { get; set; }
Property Value
ColorizerBorderColor
Sets the border color from the colorizer. If the value is locally set the this property will not be applied.
Declaration
cs-api-definition
public virtual Color ColorizerBorderColor { get; set; }
Property Value
ColorizerForeColor
Sets the fore color from the colorizer. If the value is locally set the this property will not be applied.
Declaration
cs-api-definition
public virtual Color ColorizerForeColor { get; set; }
Property Value
ForeColor
Gets or sets the foreground color.
ForeColorStyle
Declaration
cs-api-definition
protected virtual TreeMapItemStyleColor ForeColorStyle { get; }
Property Value
Methods
SetStyleColor(TreeMapItemStyleColor, Color, bool)
Declaration
cs-api-definition
public virtual void SetStyleColor(TreeMapItemStyleColor style, Color color, bool isLocal = true)
Parameters
style
color
isLocal