KeyboardNavigationSetIsTabStop Method

Sets the IsTabStopProperty for an element.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static void SetIsTabStop(
	InputElement element,
	bool value
)

Parameters

element  InputElement
The container.
value  Boolean
Value indicating whether the container is a tab stop.

See Also