KeyboardNavigationSetTabIndex Method

Sets the TabIndexProperty for an element.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static void SetTabIndex(
	IInputElement element,
	int value
)

Parameters

element  IInputElement
The element.
value  Int32
The tab index.

See Also