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

Settings for the accent color of the task card.

Definition

Namespace:Telerik.WinControls.UI.TaskBoard

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
[TypeConverter(typeof(AccentSettingsTypeConverter))]
public class AccentSettingsImpl

Inheritance: objectAccentSettingsImpl

Constructors

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

C#
public AccentSettingsImpl()

Properties

The color of the accent.

C#
public Color Color { get; set; }
C#
public bool IsVisible { get; set; }

The position of the accent.

C#
public AccentPosition Position { get; set; }

The width of the accent.

C#
public float Width { get; set; }