Summary
Gets the next control in the specified navigation direction.
- Namespace
- Avalonia
.Input - Containing Type
- Keyboard
Navigation Handler
Syntax
public static IInputElement? GetNext(IInputElement element, NavigationDirection direction)
Parameters
Name | Type | Description |
---|---|---|
element | IInputElement | The element. |
direction | NavigationDirection | The navigation direction. |
Return Value
Type | Description |
---|---|
IInputElement? | The next element in the specified direction, or null if element was the last in the requested direction. |