Vixen
02b45cc4

NavigationDirection

enum Core/Vixen.Ui/Navigation.cs:15
csharp
public enum NavigationDirection

Which 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)

  • Left

    Towards smaller x.

  • Up

    Towards smaller y.

  • Right

    Towards larger x.

  • Down

    Towards larger y.

Used by (2)

  • NavigationTestsVixen.Ui.Tests
  • UiDocumentVixen.Ui