Gets the Graphics instance that can be used to perform custom drawing.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Graphics Graphics { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Graphics As Graphics |
An instance of the Graphics class.
See Also