Gets an object implementing the IGraphics interface whose methods should be used to draw the node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
See Also