Class TaskDialogHeaderColors
A class that represents a set of background colors that defines a horizontal linear gradient of the header layout of RadTaskDialogPage
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.TaskDialog
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TaskDialogHeaderColors
Properties
BlueBar
Gets the blue bar colors.
Declaration
public static TaskDialogHeaderColors BlueBar { get; }
Property Value
TaskDialogHeaderColors
|
EndColor
Gets the end color of the horizontal gradient.
Declaration
public Color EndColor { get; set; }
Property Value
System.Drawing.Color
|
GrayBar
Gets the gray bar colors.
Declaration
public static TaskDialogHeaderColors GrayBar { get; }
Property Value
TaskDialogHeaderColors
|
GreenBar
Gets the green bar colors.
Declaration
public static TaskDialogHeaderColors GreenBar { get; }
Property Value
TaskDialogHeaderColors
|
RedBar
Gets the red bar colors.
Declaration
public static TaskDialogHeaderColors RedBar { get; }
Property Value
TaskDialogHeaderColors
|
StartColor
Gets the start color of the horizontal gradient.
Declaration
public Color StartColor { get; set; }
Property Value
System.Drawing.Color
|
YellowBar
Gets the yellow bar colors.
Declaration
public static TaskDialogHeaderColors YellowBar { get; }
Property Value
TaskDialogHeaderColors
|