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