Skip to main content

SchedulerPrintStyle Members

A print style used to print the Scheduler’s data.

Properties

Name Description
AppointmentFont Gets or sets the font used to print appointments.
AutoScaleHeadingsFont Gets or sets whether auto-adjustment of the print heading font size can be performed.
BaseStyle Gets a value indicating if this print style is one of the base styles.
ColorConverter Gets or sets a color converter used by this print style when converting colors.
DisplayName Gets or sets the text which identifies an element. Inherited from UserInterfaceObject.
HeadingsFont Gets or sets the font used to print headings.
Id Gets the unique identifier of the user interface object instance. Inherited from UserInterfaceObject.
IsDisposed Gets whether the current object has been disposed of.
Kind Gets the kind of a print style.
MenuCaption Gets or sets the element’s menu caption. Inherited from UserInterfaceObject.
PageSettings Gets or sets the page settings for this print style.

Methods

Name Description
Clone() Creates a copy of the current SchedulerPrintStyle object.
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.
CreateBitmap(Int32, Int32) Creates an image with the specified dimensions specific to this print style.
Dispose() Disposes of the resources used by the SchedulerPrintStyle instance.
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.
GetHashCode() Gets the hash code that corresponds to the value of the current SchedulerPrintStyle object.
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.
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