Enum Direction
Represents a direction that a Cursor<T> can move in
Namespace: Sawmill
Assembly: Sawmill.dll
Syntax
public enum Direction
Fields
| Name | Description |
|---|---|
| Down | Move to the first child |
| Left | Move to the previous sibling |
| Right | Move to the next sibling |
| Up | Move to the parent |