DragHandlesInUse Enumeration

CVB.Net Documentation
Enum making the evaluation of the currently moving drag handles on the event arguments easier.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public enum DragHandlesInUse
Members

  Member nameValueDescription
None0 either we are currently not dragging, or no movement has been detected
One1 one drag handle is currently being dragged; its index is stored in the DragHandle property
All2 All handles are being dragged simultaneously (usually because the virtual center vertex is being dragged)
See Also

Reference