The SchedulerCanvasBase type exposes the following members.

Properties

  NameDescription
CreateHereButtonStyle
Gets or sets the style for the "create here" button that is displayed when the user hovers over the control. This is a dependency property.
CreateHereDayIndex
Gets the day index on which to display the "create here" button.
CreateHereElementDuration
Gets or sets the duration in minutes for a schedule item that is added useing the "Create here" button. This is a dependency property.
CreateHereElementStyle
Gets or sets the style for the "new appointment" element that appears when the user clicks the "create here" button. This is a dependency property.
CreateHereHintContent
Gets or sets the content displayed on the "create here" button that is displayed when the user hovers over the control. This is a dependency property.
CreateHereTime
Gets the time at whose location to display the "create here" button.
Days
Gets or sets the per-day data to be represented on the canvas. This member supports the Scheduler control and is not intended for use in your code, but may be referenced in advanced styling and templating scenarios. This is a dependency property.
Formatter
Gets or sets the Formatter used to provide information about styling various parts of a Scheduler. This is a dependency property.
IsMouseDown
Gets whether the mouse button is down over the SchedulerCanvasBase.

See Also