csharp
public enum NavigationDirectionWhich way an arrow key points.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Deliberately not folded into FocusDirection. Tab walks an order — a list the document decides in advance — and an arrow walks a layout, which is decided by where things ended up. They are two different questions that happen to move the same focus, and one enum would suggest Tab is just another direction.
Fields and properties (4)
LeftTowards smaller x.
UpTowards smaller y.
RightTowards larger x.
DownTowards larger y.
Used by (2)
- NavigationTestsVixen.Ui.Tests
- UiDocumentVixen.Ui