Class
AccentSettingsImpl

Settings for the accent color of the task card.

Definition

Namespace:Telerik.WinControls.UI.TaskBoard

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(AccentSettingsTypeConverter))]
public class AccentSettingsImpl

Inheritance: objectAccentSettingsImpl

Constructors

AccentSettingsImpl()

Default constructor with default settings: a visible gray accent color, positioned left with width 3.

Declaration

cs-api-definition
public AccentSettingsImpl()

Properties

Color

The color of the accent.

Declaration

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

Property Value

Color

IsVisible

Declaration

cs-api-definition
public bool IsVisible { get; set; }

Property Value

bool

Position

The position of the accent.

Declaration

cs-api-definition
public AccentPosition Position { get; set; }

Property Value

AccentPosition

Width

The width of the accent.

Declaration

cs-api-definition
public float Width { get; set; }

Property Value

float