Class
TreeMapItemStyle

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.

Declaration

cs-api-definition
public Color BackColor { get; set; }

Property Value

Color

BackColorStyle

Declaration

cs-api-definition
protected virtual TreeMapItemStyleColor BackColorStyle { get; }

Property Value

TreeMapItemStyleColor

BorderColor

Gets or sets the border color.

Declaration

cs-api-definition
public Color BorderColor { get; set; }

Property Value

Color

BorderColorStyle

Declaration

cs-api-definition
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

cs-api-definition
public virtual Color ColorizerBackColor { get; set; }

Property Value

Color

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

Color

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

Color

ForeColor

Gets or sets the foreground color.

Declaration

cs-api-definition
public Color ForeColor { get; set; }

Property Value

Color

ForeColorStyle

Declaration

cs-api-definition
protected virtual TreeMapItemStyleColor ForeColorStyle { get; }

Property Value

TreeMapItemStyleColor

Methods

SetStyleColor(TreeMapItemStyleColor, Color, bool)

Declaration

cs-api-definition
public virtual void SetStyleColor(TreeMapItemStyleColor style, Color color, bool isLocal = true)

Parameters

style

TreeMapItemStyleColor

color

Color

isLocal

bool