TreeMapItemStyle
Class
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class TreeMapItemStyle
Inheritance: objectTreeMapItemStyle
Constructors
C#
public TreeMapItemStyle()
Properties
C#
protected virtual TreeMapItemStyleColor BackColorStyle { get; }
Gets or sets the border color.
C#
public Color BorderColor { get; set; }
C#
protected virtual TreeMapItemStyleColor BorderColorStyle { get; }
Sets the back color from the colorizer. If the value is locally set the this property will not be applied.
C#
public virtual Color ColorizerBackColor { get; set; }
Sets the border color from the colorizer. If the value is locally set the this property will not be applied.
C#
public virtual Color ColorizerBorderColor { get; set; }
Sets the fore color from the colorizer. If the value is locally set the this property will not be applied.
C#
public virtual Color ColorizerForeColor { get; set; }
C#
protected virtual TreeMapItemStyleColor ForeColorStyle { get; }
Methods
C#
public virtual void SetStyleColor(TreeMapItemStyleColor style, Color color, bool isLocal = true)