Returns a value indicating whether this handle is used to move nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override bool IsMoveHandle () |
Visual Basic
Copy Code
|
|---|
Public Overrides Function IsMoveHandle () As Boolean |
true if this is a move handle, or false otherwise.
See Also