The C1CalendarResources type exposes the following members.

Constructors

  Name Description
Public method C1CalendarResources
Initializes the new instance of the C1CalendarResources class.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method RefreshResources
Refreshes resources according to the currently selected theme.
(Overrides ThemeResources..::..RefreshResources()()()().)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property DayOfWeekSlotStyle
Gets the Style object describing day of week slot style.
Public property DayOfWeekSlotTemplate
Gets the DataTemplate defining a UI representation of a single day of week.
Public property DaySlotStyle
Gets the Style object describing the style of single day slot.
Public property DaySlotTemplate
Gets the DataTemplate defining a UI representation of a single day of a month.
Public property DaysOfWeekPanel
Gets the ItemsPanelTemplate defining the panel that lays out elements representing days of week.
Public property DaysPanel
Gets the ItemsPanelTemplate object defining the panel that lays out elements representing days of a month.
Public property MonthCalendarStyle
Gets the Style object describing style of a single month in a multi-month calendar.
Public property MonthSlotStyle
Gets the Style object describing style of C1CalendarPresenter elements which are the root elements of a visual tree representing a single month in a multi-month calendar.
Public property MonthsPanel
Gets the ItemsPanelTemplate defining the panel that lays out elements representing separate months in a multi-month calendar.
Public property Theme
Gets or sets the ResourceDictionary object used as the theme for the control.
(Overrides ThemeResources..::..Theme.)

See Also