ClassSchedulerWeeklyPrintStyle
Represents a print style which prints appointments
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class SchedulerWeeklyPrintStyle : SchedulerBaseWeeklyPrintStyle, ICloneable
Inheritance: objectSchedulerPrintStyleSchedulerBaseWeeklyPrintStyleSchedulerWeeklyPrintStyle
Implements:
Inherited Members
Constructors
SchedulerWeeklyPrintStyle()
Creates a new instance of the class.
Declaration
public SchedulerWeeklyPrintStyle()
SchedulerWeeklyPrintStyle(DateTime, DateTime)
Creates a new instance of the class.
Properties
DaysLayout
Gets or sets how the day cells should be arranged.
Declaration
[Browsable(true)]
public WeeklyStyleLayout DaysLayout { get; set; }
Property Value
Methods
CopyProperties(SchedulerPrintStyle)
Declaration
public override void CopyProperties(SchedulerPrintStyle destination)
Parameters
destination
Overrides
DrawAppointmentsArea(Rectangle, Graphics, int)
Draws the content area of the page.
DrawNotesArea(Graphics, Rectangle, int)
Draws an area for handwritten notes.
Declaration
protected override Rectangle DrawNotesArea(Graphics graphics, Rectangle drawingArea, int pageNumber)
Parameters
graphics
The graphics used for drawing.
drawingArea
The area in which the notes should be drawn.
pageNumber
1-based consecutive number of the page to be drawn in.
Returns
The bounds of the notes area.
Overrides