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. The background color. |
BackColor2
Gets the second background color.
Declaration
Color BackColor2 { get; }
Property Value
System. The second background color. |
BackColor3
Gets the third background color.
Declaration
Color BackColor3 { get; }
Property Value
System. The third background color. |
BackColor4
Gets the fourth background color.
Declaration
Color BackColor4 { get; }
Property Value
System. The fourth background color. |
BorderBoxStyle
Gets the border box style.
Declaration
BorderBoxStyle BorderBoxStyle { get; }
Property Value
Border The border box style. |
BorderColor
Gets the border color.
Declaration
Color BorderColor { get; }
Property Value
System. The border color. |
BorderColor2
Gets the border color2.
Declaration
Color BorderColor2 { get; }
Property Value
System. The border color2. |
BorderColor3
Gets the border color3.
Declaration
Color BorderColor3 { get; }
Property Value
System. The border color3. |
BorderColor4
Gets the border color4.
Declaration
Color BorderColor4 { get; }
Property Value
System. The border color4. |
BorderGradientStyle
Gets the border gradient style.
Declaration
GradientStyles BorderGradientStyle { get; }
Property Value
Gradient The border gradient style. |
DateTimeColor
Gets the date time color.
Declaration
Color DateTimeColor { get; }
Property Value
System. The date time color. |
DateTimeFont
Gets the date time font.
Declaration
Font DateTimeFont { get; }
Property Value
System. The date time font. |
DisplayName
Gets the display name.
Declaration
string DisplayName { get; }
Property Value
System. The display name. |
Font
Gets the font.
Declaration
Font Font { get; }
Property Value
System. The font. |
ForeColor
Gets the fore color.
Declaration
Color ForeColor { get; }
Property Value
System. The fore color. |
GradientAngle
Gets the gradient angle.
Declaration
float GradientAngle { get; }
Property Value
System. The gradient angle. |
GradientPercentage
Gets the gradient percentage.
Declaration
float GradientPercentage { get; }
Property Value
System. The gradient percentage. |
GradientPercentage2
Gets the second gradient percentage.
Declaration
float GradientPercentage2 { get; }
Property Value
System. The second gradient percentage. |
GradientStyle
Gets the gradient style.
Declaration
GradientStyles GradientStyle { get; }
Property Value
Gradient The gradient style. |
Id
Gets the id.
Declaration
int Id { get; }
Property Value
System. The id. |
NumberOfColors
Gets the number of colors.
Declaration
int NumberOfColors { get; }
Property Value
System. The number of colors. |
SelectedBorderColor
Gets the selected border color.
Declaration
Color SelectedBorderColor { get; }
Property Value
System. The selected border color. |
ShadowColor
Gets the shadow color.
Declaration
Color ShadowColor { get; }
Property Value
System. The shadow color. |
ShadowStyle
Gets the shadow style.
Declaration
ShadowStyles ShadowStyle { get; }
Property Value
Shadow The shadow style. |
ShadowWidth
Gets the shadow width.
Declaration
int ShadowWidth { get; }
Property Value
System. The shadow width. |