Skip to main content

SetTabIndex Method

Sets the TabIndexProperty for an element.

Definition

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

public static void SetTabIndex(
IInputElement element,
int value
)

Parameters

  IInputElement
The element.
  Int32
The tab index.

See Also

Reference

KeyboardNavigation Class
Avalonia.Input Namespace