KeyboardNavigationGetIsTabStop Method

Gets the IsTabStopProperty for an element.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static bool GetIsTabStop(
	InputElement element
)

Parameters

element  InputElement
The container.

Return Value

Boolean
Whether the container is a tab stop.

See Also