Gets the command's context.
Namespace: MindFusion.Diagramming.Commands
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected CommandContext Context { get; } |
Visual Basic
Copy Code
|
|---|
Protected ReadOnly Property Context As CommandContext |
See Also