Skip to main content

SetIsTabStop Method

Sets the IsTabStopProperty for an element.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static void SetIsTabStop(
InputElement element,
bool value
)

Parameters

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

See Also

Reference

KeyboardNavigation Class
Avalonia.Input Namespace