New to Telerik UI for WinFormsStart a free 30-day trial

Contains properties used by RadScheduler for background/category representation.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public interface IAppointmentBackgroundInfo

Derived Classes: AppointmentBackgroundInfo

Properties

Gets the background color.

C#
Color BackColor { get; }
Property Value:

The background color.

Gets the second background color.

C#
Color BackColor2 { get; }
Property Value:

The second background color.

Gets the third background color.

C#
Color BackColor3 { get; }
Property Value:

The third background color.

Gets the fourth background color.

C#
Color BackColor4 { get; }
Property Value:

The fourth background color.

Gets the border box style.

C#
BorderBoxStyle BorderBoxStyle { get; }
Property Value:

The border box style.

Gets the border color.

C#
Color BorderColor { get; }
Property Value:

The border color.

Gets the border color2.

C#
Color BorderColor2 { get; }
Property Value:

The border color2.

Gets the border color3.

C#
Color BorderColor3 { get; }
Property Value:

The border color3.

Gets the border color4.

C#
Color BorderColor4 { get; }
Property Value:

The border color4.

Gets the border gradient style.

C#
GradientStyles BorderGradientStyle { get; }
Property Value:

The border gradient style.

Gets the date time color.

C#
Color DateTimeColor { get; }
Property Value:

The date time color.

Gets the date time font.

C#
Font DateTimeFont { get; }
Property Value:

The date time font.

Gets the display name.

C#
string DisplayName { get; }
Property Value:

The display name.

Gets the font.

C#
Font Font { get; }
Property Value:

The font.

Gets the fore color.

C#
Color ForeColor { get; }
Property Value:

The fore color.

Gets the gradient angle.

C#
float GradientAngle { get; }
Property Value:

The gradient angle.

Gets the gradient percentage.

C#
float GradientPercentage { get; }
Property Value:

The gradient percentage.

Gets the second gradient percentage.

C#
float GradientPercentage2 { get; }
Property Value:

The second gradient percentage.

Gets the gradient style.

C#
GradientStyles GradientStyle { get; }
Property Value:

The gradient style.

Gets the id.

C#
int Id { get; }
Property Value:

The id.

Gets the number of colors.

C#
int NumberOfColors { get; }
Property Value:

The number of colors.

Gets the selected border color.

C#
Color SelectedBorderColor { get; }
Property Value:

The selected border color.

Gets the shadow color.

C#
Color ShadowColor { get; }
Property Value:

The shadow color.

Gets the shadow style.

C#
ShadowStyles ShadowStyle { get; }
Property Value:

The shadow style.

Gets the shadow width.

C#
int ShadowWidth { get; }
Property Value:

The shadow width.