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