Skip to main content
A newer version of this page is available. .

DailyPrintStyle Members

A print style used to print the Day View.

Constructors

Name Description
DailyPrintStyle() Initializes a new instance of the DailyPrintStyle class with the default settings.
DailyPrintStyle(Boolean) Creates a new instance of the DailyPrintStyle class and specifies whether it is a base printing style.

Properties

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 .

Methods

Name Description
Clone() Creates a copy of the current SchedulerPrintStyle object. Inherited from SchedulerPrintStyle.
Clone(Boolean) Creates a copy of the current SchedulerPrintStyle object, and if specified, preserves the option that indicates if this is a base style or not. Inherited from SchedulerPrintStyle.
CreateBitmap(Int32, Int32) Creates an image with the specified dimensions specific to this print style. Inherited from SchedulerPrintStyle.
Dispose() Disposes of the resources used by the SchedulerPrintStyle instance. Inherited from SchedulerPrintStyle.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current SchedulerPrintStyle instance. Inherited from SchedulerPrintStyle.
GetHashCode() Gets the hash code that corresponds to the value of the current SchedulerPrintStyle object. Inherited from SchedulerPrintStyle.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Resets all print style options to their default values. Inherited from SchedulerPrintStyle.
ShouldSerializeTimeSlots() This member supports the internal infrastructure and is not intended to be used directly from your code.
ToString() Returns the element’s textual representation. Inherited from UserInterfaceObject.

Events

Name Description
PropertyChanged Occurs when a property value changes. Inherited from UserInterfaceObject.
See Also