Enum DragMovement
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
How an active drag moves its source element. Translate (the default) writes the
pointer delta as an inline translate on the source every move; None leaves the
source in place — the V.DragOverlay ghost pattern, where only the portal-rendered preview
follows the pointer.
public enum DragMovement
Fields
None = 1Translate = 0