Gets a reference to the ContainerNode affected by this operation.
Namespace: MindFusion.Diagramming.Commands
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ContainerNode Container { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Container As ContainerNode |
A reference to the ContainerNode whose scroll position is set by this command.
See Also