StackPanelGetControlInDirection Method
Gets the next control in the specified direction.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual IInputElement? GetControlInDirection(
NavigationDirection direction,
Control? from
)
Protected Overridable Function GetControlInDirection (
direction As NavigationDirection,
from As Control
) As IInputElement
abstract GetControlInDirection :
direction : NavigationDirection *
from : Control -> IInputElement
override GetControlInDirection :
direction : NavigationDirection *
from : Control -> IInputElement
- direction NavigationDirection
- The movement direction.
- from Control
- The control from which movement begins.
IInputElementThe control.