GetIsTabStop Method
Gets the IsTabStopProperty for an element.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static bool GetIsTabStop(
InputElement element
)
Public Shared Function GetIsTabStop (
element As InputElement
) As Boolean
static member GetIsTabStop :
element : InputElement -> bool
Parameters
- InputElement
- The container.
Return Value
Boolean
Whether the container is a tab stop.