Gets an object implementing the IGraphics interface whose methods should be used to draw the custom graphics.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public IGraphics Graphics { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Graphics As IGraphics |
An instance of a class implementing the IGraphics interface.
This property is used as an argument to DrawBackground event handlers.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |