Scheduler for WPF and Silverlight | ComponentOne
Scheduler Components and Controls / Scheduler for Silverlight Appearance / Using ClearStyle technology
In This Topic
    Using ClearStyle technology
    In This Topic

    C1Scheduler supports ComponentOne's ClearStyle technology that allows you to easily change control colors without having to change control templates. With just setting a few color properties in you can quickly style the entire control appearance. The following table lists common C1Scheduler properties which can be used to customize control appearance.

     

    Property

    Description

    Background

    Gets or sets a Brush that is used as a base palette color for individual days and time slots.

    Foreground

    Gets or sets a Brush that is the text color in day headers, week tabs and navigation panels.

    ControlBackground

    Gets or sets a Brush that is the face color of a control (Time Ruler, Month View header, etc.).

    ControlForeground

    Gets or sets a Brush that is the text color in a control (Time Ruler, Month View header, etc.).

    AppointmentForeground

    Gets or sets a Brush used as a foreground for appointment elements.

    AlternatingBackground

    Gets or sets a Brush used as background for working hours and days of alternating months.

    SelectedBackground

    Gets or sets a Brush used to highlight currently selected day.

    TodayBackground

    Gets or sets a Brush object used to color current day.