DailyPrintStyle Properties
A print style used to print the Day View.| Name | Description |
|---|---|
| AppointmentFont | Gets or sets the font used to print appointments. Inherited from SchedulerPrintStyle. |
| AutoScaleHeadingsFont | Gets or sets whether auto-adjustment of the print heading font size can be performed. Inherited from SchedulerPrintStyle. |
| BaseStyle | Gets a value indicating if this print style is one of the base styles. Inherited from SchedulerPrintStyle. |
| ColorConverter | Gets or sets a color converter used by this print style when converting colors. Inherited from SchedulerPrintStyle. |
| DisplayName | Gets or sets the text which identifies an element. Inherited from UserInterfaceObject. |
| HeadingsFont | Gets or sets the font used to print headings. Inherited from SchedulerPrintStyle. |
| Id | Gets the unique identifier of the user interface object instance. Inherited from UserInterfaceObject. |
| IsDisposed | Gets whether the current object has been disposed of. Inherited from SchedulerPrintStyle. |
| Kind | Gets the main characteristic of the printing style. |
| MenuCaption | Gets or sets the element’s menu caption. Inherited from UserInterfaceObject. |
| PageSettings | Gets or sets the page settings for this print style. Inherited from SchedulerPrintStyle. |
| PrintAllAppointments | Gets or sets whether to print text information on appointments which do not fall within the DailyPrintStyle.PrintTime interval. |
| PrintTime | Gets or sets the time interval for printing. |
| TimeSlots | Provides access to a collection of time slots used to determine a horizontal grid in the printed schedule. |
| UseActiveViewTimeScale | Gets or sets whether the scheduler attempts to use the DayView.TimeScale value to determine the horizontal grid lines printed in the schedule . |
See Also