KeyboardNavigationGetTabIndex Method

Gets the TabIndexProperty for an element.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static int GetTabIndex(
	IInputElement element
)

Parameters

element  IInputElement
The container.

Return Value

Int32
The KeyboardNavigationMode for the container.

See Also