NavigationDirectionExtensions.

IsTab(NavigationDirection) Method

Summary

Checks whether a NavigationDirection represents a tab movement.
Namespace
Avalonia.Input
Containing Type
NavigationDirectionExtensions

Syntax

public static bool IsTab(this NavigationDirection direction)

Parameters

Name Type Description
direction NavigationDirection The direction.

Return Value

Type Description
bool True if the direction represents a tab movement (Next or Previous); otherwise false.