ClassAppointmentBackgroundInfo
Contains properties used by RadScheduler for background/category representation.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class AppointmentBackgroundInfo : IAppointmentBackgroundInfo
Inheritance: objectAppointmentBackgroundInfo
Implements:
Constructors
AppointmentBackgroundInfo()
Initializes a new instance of the AppointmentBackgroundInfo class.
Declaration
public AppointmentBackgroundInfo()
AppointmentBackgroundInfo(int, string, Color)
Initializes a new instance of the AppointmentBackgroundInfo class with a solid gradient.
AppointmentBackgroundInfo(int, string, Color, Color)
Initializes a new instance of the AppointmentBackgroundInfo class with a linear gradient.
AppointmentBackgroundInfo(int, string, Color, Color, Color, Color)
Initializes a new instance of the AppointmentBackgroundInfo class with a linear gradient.
Declaration
public AppointmentBackgroundInfo(int id, string displayName, Color color, Color color2, Color foreColor, Color borderColor)
Parameters
id
The id.
displayName
The display name.
color
The first gradient color.
color2
The second gradient color.
foreColor
The fore color.
borderColor
The border color.
Properties
BackColor
Gets or sets the background color.
Declaration
public Color BackColor { get; set; }
Property Value
The background color.
Implements
BackColor2
Gets or sets the second background color.
Declaration
public Color BackColor2 { get; set; }
Property Value
The second background color.
Implements
BackColor3
Gets or sets the third background color.
Declaration
public Color BackColor3 { get; set; }
Property Value
The third background color.
Implements
BackColor4
Gets or sets the fourth background color.
Declaration
public Color BackColor4 { get; set; }
Property Value
The fourth background color.
Implements
BorderBoxStyle
Gets or sets the border box style.
Declaration
public BorderBoxStyle BorderBoxStyle { get; set; }
Property Value
The border box style.
Implements
BorderColor
Gets or sets the border color.
Declaration
public Color BorderColor { get; set; }
Property Value
The border color.
Implements
BorderColor2
Gets or sets the border2 color.
Declaration
public Color BorderColor2 { get; set; }
Property Value
The border2 color.
Implements
BorderColor3
Gets or sets the border color3.
Declaration
public Color BorderColor3 { get; set; }
Property Value
The border color3.
Implements
BorderColor4
Gets or sets the border color4.
Declaration
public Color BorderColor4 { get; set; }
Property Value
The border color4.
Implements
BorderGradientStyle
Gets or sets the border gradient style.
Declaration
public GradientStyles BorderGradientStyle { get; set; }
Property Value
The border gradient style.
Implements
DateTimeColor
Gets or sets the date time color.
Declaration
public Color DateTimeColor { get; set; }
Property Value
The date time color.
Implements
DateTimeFont
Gets or sets the date time font.
Declaration
public Font DateTimeFont { get; set; }
Property Value
The date time font.
Implements
DisplayName
Gets or sets the display name.
Declaration
public string DisplayName { get; set; }
Property Value
The display name.
Implements
Font
Gets or sets the font.
Declaration
public Font Font { get; set; }
Property Value
The font.
Implements
ForeColor
Gets or sets the fore color.
Declaration
public Color ForeColor { get; set; }
Property Value
The fore color.
Implements
GradientAngle
Gets or sets the gradient angle.
Declaration
public float GradientAngle { get; set; }
Property Value
The gradient angle.
Implements
GradientPercentage
Gets or sets the gradient percentage.
Declaration
public float GradientPercentage { get; set; }
Property Value
The gradient percentage.
Implements
GradientPercentage2
Gets or sets the second gradient percentage.
Declaration
public float GradientPercentage2 { get; set; }
Property Value
The second gradient percentage.
Implements
GradientStyle
Gets or sets the gradient style.
Declaration
public GradientStyles GradientStyle { get; set; }
Property Value
The gradient style.
Implements
Id
Gets or sets the id.
NumberOfColors
Gets or sets the number of colors.
Declaration
public int NumberOfColors { get; set; }
Property Value
The number of colors.
Implements
SelectedBorderColor
Gets or sets the selected border color.
Declaration
public Color SelectedBorderColor { get; set; }
Property Value
The selected border color.
Implements
ShadowColor
Gets or sets the shadow color.
Declaration
public Color ShadowColor { get; set; }
Property Value
The shadow color.
Implements
ShadowStyle
Gets or sets the shadow style.
Declaration
public ShadowStyles ShadowStyle { get; set; }
Property Value
The shadow style.
Implements
ShadowWidth
Gets or sets the shadow width.
Declaration
public int ShadowWidth { get; set; }
Property Value
The shadow width.
Implements