ClassSchedulerWeeklyCalendarPrintStyle
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class SchedulerWeeklyCalendarPrintStyle : SchedulerBaseWeeklyPrintStyle, ICloneable
Inheritance: objectSchedulerPrintStyleSchedulerBaseWeeklyPrintStyleSchedulerWeeklyCalendarPrintStyle
Implements:
Inherited Members
Constructors
SchedulerWeeklyCalendarPrintStyle()
Creates a new instance of the class.
Declaration
public SchedulerWeeklyCalendarPrintStyle()
SchedulerWeeklyCalendarPrintStyle(DateTime, DateTime)
Creates a new instance of the class.
Properties
AllDayAppointmentHeight
Gets or sets the height of the appointments in the AllDay area.
Declaration
[Browsable(false)]
public int AllDayAppointmentHeight { get; set; }
Property Value
HeaderAreaHeight
Gets or sets the height of the header area.
Declaration
[Browsable(false)]
public int HeaderAreaHeight { get; set; }
Property Value
HeaderCellFont
Gets or sets thefont of the header area cells.
Declaration
[Browsable(false)]
public Font HeaderCellFont { get; set; }
Property Value
HoursColumnWidth
Gets or sets the width of the hours column.
Declaration
[Browsable(false)]
public float HoursColumnWidth { get; set; }
Property Value
MaxAllDayAreaHeight
Gets or sets the maximum height that the AllDay area can occupy.
Declaration
[Browsable(false)]
public int MaxAllDayAreaHeight { get; set; }
Property Value
Methods
CopyProperties(SchedulerPrintStyle)
Declaration
public override void CopyProperties(SchedulerPrintStyle destination)
Parameters
destination
Overrides
DrawAppointments(DateTime, IResource, RectangleF, Graphics)
Declaration
protected virtual void DrawAppointments(DateTime currentDate, IResource resource, RectangleF appArea, Graphics graphics)
Parameters
currentDate
resource
appArea
graphics
DrawAppointmentsArea(Rectangle, Graphics, int)
Draws the content area of the page.
DrawCells(RectangleF, Graphics, int)
Declaration
protected virtual void DrawCells(RectangleF appArea, Graphics graphics, int pageNumber)
Parameters
appArea
graphics
pageNumber
DrawHeaderCells(RectangleF, Graphics, DateTime, int)
Declaration
protected virtual void DrawHeaderCells(RectangleF appArea, Graphics graphics, DateTime currentDate, int pageNumber)
Parameters
appArea
graphics
currentDate
pageNumber
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