Class AccentSettingsImpl
Settings for the accent color of the task card.
Inheritance
System.Object
AccentSettingsImpl
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.TaskBoard
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AccentSettingsImpl
Constructors
AccentSettingsImpl()
Default constructor with default settings: a visible gray accent color, positioned left with width 3.
Declaration
public AccentSettingsImpl()
Properties
Color
The color of the accent.
Declaration
public Color Color { get; set; }
Property Value
System.Drawing.Color
|
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
System.Boolean
|
Position
The position of the accent.
Declaration
public AccentPosition Position { get; set; }
Property Value
AccentPosition
|
Width
The width of the accent.
Declaration
public float Width { get; set; }
Property Value
System.Single
|