Search
DrawEventArgs.Graphics Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public IGraphics Graphics { get; }

Visual Basic  Copy Code

Public ReadOnly Property Graphics As IGraphics

 Property Value

An instance of the IGraphics class used to render the calendar elements.

 See Also