Direction Type
Feature 100 (R5): closed selection-move direction for a linear-selection role (Home/End fold to First/Last). Exhaustive. `RequireQualifiedAccess` keeps `Previous`/`Next` distinct from the E4 `FocusMove` cases (Direction.Previous etc.).
Union cases
| Union case |
Description
|
Full Usage:
First
|
|
Full Usage:
Last
|
|
Full Usage:
Next
|
|
Full Usage:
Previous
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsFirst
Returns: bool
|
|
Full Usage:
this.IsLast
Returns: bool
|
|
Full Usage:
this.IsNext
Returns: bool
|
|
Full Usage:
this.IsPrevious
Returns: bool
|
|