Table of Contents

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 | Horizontal

The widget can be dragged both vertically and horizontally.

Horizontal = 2

The widget can be dragged horizontally.

None = 0

The widget cannot be dragged.

Vertical = 1

The widget can be dragged vertically.