Gets the drawing target.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public IGraphics Graphics { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Graphics As IGraphics |
An instance of the IGraphics interface representing the target of the drawing operation.
See Also