Interface IAppointmentBackgroundInfo
Contains properties used by RadScheduler for background/category representation.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public interface IAppointmentBackgroundInfo
Properties
BackColor
Gets the background color.
Declaration
Color BackColor { get; }
Property Value
System.Drawing.Color
The background color. |
BackColor2
Gets the second background color.
Declaration
Color BackColor2 { get; }
Property Value
System.Drawing.Color
The second background color. |
BackColor3
Gets the third background color.
Declaration
Color BackColor3 { get; }
Property Value
System.Drawing.Color
The third background color. |
BackColor4
Gets the fourth background color.
Declaration
Color BackColor4 { get; }
Property Value
System.Drawing.Color
The fourth background color. |
BorderBoxStyle
Gets the border box style.
Declaration
BorderBoxStyle BorderBoxStyle { get; }
Property Value
BorderBoxStyle
The border box style. |
BorderColor
Gets the border color.
Declaration
Color BorderColor { get; }
Property Value
System.Drawing.Color
The border color. |
BorderColor2
Gets the border color2.
Declaration
Color BorderColor2 { get; }
Property Value
System.Drawing.Color
The border color2. |
BorderColor3
Gets the border color3.
Declaration
Color BorderColor3 { get; }
Property Value
System.Drawing.Color
The border color3. |
BorderColor4
Gets the border color4.
Declaration
Color BorderColor4 { get; }
Property Value
System.Drawing.Color
The border color4. |
BorderGradientStyle
Gets the border gradient style.
Declaration
GradientStyles BorderGradientStyle { get; }
Property Value
GradientStyles
The border gradient style. |
DateTimeColor
Gets the date time color.
Declaration
Color DateTimeColor { get; }
Property Value
System.Drawing.Color
The date time color. |
DateTimeFont
Gets the date time font.
Declaration
Font DateTimeFont { get; }
Property Value
System.Drawing.Font
The date time font. |
DisplayName
Gets the display name.
Declaration
string DisplayName { get; }
Property Value
System.String
The display name. |
Font
Gets the font.
Declaration
Font Font { get; }
Property Value
System.Drawing.Font
The font. |
ForeColor
Gets the fore color.
Declaration
Color ForeColor { get; }
Property Value
System.Drawing.Color
The fore color. |
GradientAngle
Gets the gradient angle.
Declaration
float GradientAngle { get; }
Property Value
System.Single
The gradient angle. |
GradientPercentage
Gets the gradient percentage.
Declaration
float GradientPercentage { get; }
Property Value
System.Single
The gradient percentage. |
GradientPercentage2
Gets the second gradient percentage.
Declaration
float GradientPercentage2 { get; }
Property Value
System.Single
The second gradient percentage. |
GradientStyle
Gets the gradient style.
Declaration
GradientStyles GradientStyle { get; }
Property Value
GradientStyles
The gradient style. |
Id
Gets the id.
Declaration
int Id { get; }
Property Value
System.Int32
The id. |
NumberOfColors
Gets the number of colors.
Declaration
int NumberOfColors { get; }
Property Value
System.Int32
The number of colors. |
SelectedBorderColor
Gets the selected border color.
Declaration
Color SelectedBorderColor { get; }
Property Value
System.Drawing.Color
The selected border color. |
ShadowColor
Gets the shadow color.
Declaration
Color ShadowColor { get; }
Property Value
System.Drawing.Color
The shadow color. |
ShadowStyle
Gets the shadow style.
Declaration
ShadowStyles ShadowStyle { get; }
Property Value
ShadowStyles
The shadow style. |
ShadowWidth
Gets the shadow width.
Declaration
int ShadowWidth { get; }
Property Value
System.Int32
The shadow width. |