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.Drawing.Color
|
BackColorStyle
Declaration
protected virtual TreeMapItemStyleColor BackColorStyle { get; }
Property Value
TreeMapItemStyleColor
|
BorderColor
Gets or sets the border color.
Declaration
public Color BorderColor { get; set; }
Property Value
System.Drawing.Color
|
BorderColorStyle
Declaration
protected virtual TreeMapItemStyleColor BorderColorStyle { get; }
Property Value
TreeMapItemStyleColor
|
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.Drawing.Color
|
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.Drawing.Color
|
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.Drawing.Color
|
ForeColor
Gets or sets the foreground color.
Declaration
public Color ForeColor { get; set; }
Property Value
System.Drawing.Color
|
ForeColorStyle
Declaration
protected virtual TreeMapItemStyleColor ForeColorStyle { get; }
Property Value
TreeMapItemStyleColor
|
Methods
SetStyleColor(TreeMapItemStyleColor, Color, Boolean)
Declaration
public virtual void SetStyleColor(TreeMapItemStyleColor style, Color color, bool isLocal = true)
Parameters
TreeMapItemStyleColor
style
|
System.Drawing.Color
color
|
System.Boolean
isLocal
|