skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class AppointmentBackgroundInfo

Contains properties used by RadScheduler for background/category representation.

Inheritance
System.Object
AppointmentBackgroundInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
IAppointmentBackgroundInfo.BackColor

BackColor2

Gets or sets the second background color.

Declaration
public Color BackColor2 { get; set; }
Property Value
System.Drawing.Color

The second background color.

Implements
IAppointmentBackgroundInfo.BackColor2

BackColor3

Gets or sets the third background color.

Declaration
public Color BackColor3 { get; set; }
Property Value
System.Drawing.Color

The third background color.

Implements
IAppointmentBackgroundInfo.BackColor3

BackColor4

Gets or sets the fourth background color.

Declaration
public Color BackColor4 { get; set; }
Property Value
System.Drawing.Color

The fourth background color.

Implements
IAppointmentBackgroundInfo.BackColor4

BorderBoxStyle

Gets or sets the border box style.

Declaration
public BorderBoxStyle BorderBoxStyle { get; set; }
Property Value
BorderBoxStyle

The border box style.

Implements
IAppointmentBackgroundInfo.BorderBoxStyle

BorderColor

Gets or sets the border color.

Declaration
public Color BorderColor { get; set; }
Property Value
System.Drawing.Color

The border color.

Implements
IAppointmentBackgroundInfo.BorderColor

BorderColor2

Gets or sets the border2 color.

Declaration
public Color BorderColor2 { get; set; }
Property Value
System.Drawing.Color

The border2 color.

Implements
IAppointmentBackgroundInfo.BorderColor2

BorderColor3

Gets or sets the border color3.

Declaration
public Color BorderColor3 { get; set; }
Property Value
System.Drawing.Color

The border color3.

Implements
IAppointmentBackgroundInfo.BorderColor3

BorderColor4

Gets or sets the border color4.

Declaration
public Color BorderColor4 { get; set; }
Property Value
System.Drawing.Color

The border color4.

Implements
IAppointmentBackgroundInfo.BorderColor4

BorderGradientStyle

Gets or sets the border gradient style.

Declaration
public GradientStyles BorderGradientStyle { get; set; }
Property Value
GradientStyles

The border gradient style.

Implements
IAppointmentBackgroundInfo.BorderGradientStyle

DateTimeColor

Gets or sets the date time color.

Declaration
public Color DateTimeColor { get; set; }
Property Value
System.Drawing.Color

The date time color.

Implements
IAppointmentBackgroundInfo.DateTimeColor

DateTimeFont

Gets or sets the date time font.

Declaration
public Font DateTimeFont { get; set; }
Property Value
System.Drawing.Font

The date time font.

Implements
IAppointmentBackgroundInfo.DateTimeFont

DisplayName

Gets or sets the display name.

Declaration
public string DisplayName { get; set; }
Property Value
System.String

The display name.

Implements
IAppointmentBackgroundInfo.DisplayName

Font

Gets or sets the font.

Declaration
public Font Font { get; set; }
Property Value
System.Drawing.Font

The font.

Implements
IAppointmentBackgroundInfo.Font

ForeColor

Gets or sets the fore color.

Declaration
public Color ForeColor { get; set; }
Property Value
System.Drawing.Color

The fore color.

Implements
IAppointmentBackgroundInfo.ForeColor

GradientAngle

Gets or sets the gradient angle.

Declaration
public float GradientAngle { get; set; }
Property Value
System.Single

The gradient angle.

Implements
IAppointmentBackgroundInfo.GradientAngle

GradientPercentage

Gets or sets the gradient percentage.

Declaration
public float GradientPercentage { get; set; }
Property Value
System.Single

The gradient percentage.

Implements
IAppointmentBackgroundInfo.GradientPercentage

GradientPercentage2

Gets or sets the second gradient percentage.

Declaration
public float GradientPercentage2 { get; set; }
Property Value
System.Single

The second gradient percentage.

Implements
IAppointmentBackgroundInfo.GradientPercentage2

GradientStyle

Gets or sets the gradient style.

Declaration
public GradientStyles GradientStyle { get; set; }
Property Value
GradientStyles

The gradient style.

Implements
IAppointmentBackgroundInfo.GradientStyle

Id

Gets or sets the id.

Declaration
public int Id { get; set; }
Property Value
System.Int32

The id.

Implements
IAppointmentBackgroundInfo.Id

NumberOfColors

Gets or sets the number of colors.

Declaration
public int NumberOfColors { get; set; }
Property Value
System.Int32

The number of colors.

Implements
IAppointmentBackgroundInfo.NumberOfColors

SelectedBorderColor

Gets or sets the selected border color.

Declaration
public Color SelectedBorderColor { get; set; }
Property Value
System.Drawing.Color

The selected border color.

Implements
IAppointmentBackgroundInfo.SelectedBorderColor

ShadowColor

Gets or sets the shadow color.

Declaration
public Color ShadowColor { get; set; }
Property Value
System.Drawing.Color

The shadow color.

Implements
IAppointmentBackgroundInfo.ShadowColor

ShadowStyle

Gets or sets the shadow style.

Declaration
public ShadowStyles ShadowStyle { get; set; }
Property Value
ShadowStyles

The shadow style.

Implements
IAppointmentBackgroundInfo.ShadowStyle

ShadowWidth

Gets or sets the shadow width.

Declaration
public int ShadowWidth { get; set; }
Property Value
System.Int32

The shadow width.

Implements
IAppointmentBackgroundInfo.ShadowWidth

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.