GetControlInDirection Method
Gets the next control in the specified direction.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
Control? GetControlInDirection(
NavigationDirection direction,
Control? from
)
Function GetControlInDirection (
direction As NavigationDirection,
from As Control
) As Control
abstract GetControlInDirection :
direction : NavigationDirection *
from : Control -> Control
Parameters
- NavigationDirection
- The movement direction.
- Control
- The control from which movement begins.
Return Value
Control
The control.
See Also
Reference
ILogicalScrollable Interface
Avalonia.Controls.Primitives Namespace