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