Enum DragDirection
- Namespace
- Myra.Graphics2D.UI
- Assembly
- Myra.dll
Specifies the direction(s) in which a widget can be dragged.
[Flags]
public enum DragDirection
Fields
Both = Vertical | HorizontalThe widget can be dragged both vertically and horizontally.
Horizontal = 2The widget can be dragged horizontally.
None = 0The widget cannot be dragged.
Vertical = 1The widget can be dragged vertically.