Gets an IGraphics object whose methods should be used to draw the branch indicator.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public IGraphics Graphics { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Graphics As IGraphics |
An object implementing the IGraphics interface.
See Also