New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.TreeMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class TreeMapItemStyle

Inheritance: objectTreeMapItemStyle

Constructors

C#
public TreeMapItemStyle()

Properties

Gets or sets the background color.

C#
public Color BackColor { get; set; }
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; }

Gets or sets the foreground color.

C#
public Color ForeColor { get; set; }
C#
protected virtual TreeMapItemStyleColor ForeColorStyle { get; }

Methods

C#
public virtual void SetStyleColor(TreeMapItemStyleColor style, Color color, bool isLocal = true)
Parameters:styleTreeMapItemStyleColorcolorColorisLocalbool