Gets the Graphics instance whose methods can be used to perform custom drawing.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public IGraphics Graphics { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Graphics As IGraphics |
An instance of the IGraphics class used to render the calendar elements.
See Also