KeyboardNavigation.

SetTabNavigation(InputElement, KeyboardNavigationMode) Method

Summary

Sets the TabNavigationProperty for a container.
Namespace
Avalonia.Input
Containing Type
KeyboardNavigation

Syntax

public static void SetTabNavigation(InputElement element, KeyboardNavigationMode value)

Parameters

Name Type Description
element InputElement The container.
value KeyboardNavigationMode The KeyboardNavigationMode for the container.

Return Value

Type Description
void