StackPanel.

GetControlInDirection(NavigationDirection, IControl) Method

Summary

Gets the next control in the specified direction.
Namespace
Avalonia.Controls
Containing Type
StackPanel

Syntax

protected virtual IInputElement GetControlInDirection(NavigationDirection direction, IControl from)

Parameters

Name Type Description
direction NavigationDirection The movement direction.
from IControl The control from which movement begins.

Return Value

Type Description
IInputElement The control.