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