GetControlInDirection Method
Gets the next control in the specified direction.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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
Parameters
- NavigationDirection
- The movement direction.
- Control
- The control from which movement begins.
Return Value
IInputElement
The control.