MindFusion WinForms Programmer's Guide
DrawEventArgs Members
Properties
 


Contains the arguments passed to handlers of the Draw event.

The following tables list the members exposed by the DrawEventArgs type.

 Public Properties

  Name Description

Bounds

Gets the bounding rectangle of the element being drawn.

Date

Gets the date and time associated with the element being drawn.

Element

Gets the type of the calendar element being drawn.

EndTime

Gets the end time associated with the element being drawn.

Graphics

Gets the IGraphics instance whose methods can be used to perform custom drawing.

Handled

Gets or sets a value indicating whether the event was handled by the client.

Index

Gets the index associated with the element being drawn.

IsShadow

Gets a value indicating whether the shadow of an item is being drawn.

Item

Gets the item being custom drawn.

Pointed

Gets a value indicating whether the associated item (if any) is being pointed by the mouse.

Resource

Gets the resource related to the element being drawn.

Resources

Gets the resources related to the element being drawn.

StartTime

Gets the start time associated with the element being drawn.

Style

Gets the style associated with the element being drawn.

Text

Gets the text associated with the element being drawn.

 See Also

DrawEventArgs Class
MindFusion.Scheduling.WinForms Namespace