DragDirection EnumerationDelta Engine Documentation
Directions in which can be dragged, horizontal, vertical and free. View code on GitHub

Namespace: DeltaEngine.Commands
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public enum DragDirection
Members

  Member nameValueDescription
Free0
Horizontal1
Vertical2
See Also