Skip to main content

XYFocus Class

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public class XYFocus
InheritanceObject → XYFocus

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize()Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetDown(InputElement) 
GetDownNavigationStrategy(InputElement) 
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetLeft(InputElement) 
GetLeftNavigationStrategy(InputElement) 
GetNavigationModes(InputElement) 
GetRight(InputElement) 
GetRightNavigationStrategy(InputElement) 
GetType()Gets the Type of the current instance.
(Inherited from Object)
GetUp(InputElement) 
GetUpNavigationStrategy(InputElement) 
MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object)
SetDown(InputElement, InputElement) 
SetDownNavigationStrategy(InputElement, XYFocusNavigationStrategy) 
SetLeft(InputElement, InputElement) 
SetLeftNavigationStrategy(InputElement, XYFocusNavigationStrategy) 
SetNavigationModes(InputElement, XYFocusNavigationModes) 
SetRight(InputElement, InputElement) 
SetRightNavigationStrategy(InputElement, XYFocusNavigationStrategy) 
SetUp(InputElement, InputElement) 
SetUpNavigationStrategy(InputElement, XYFocusNavigationStrategy) 
ToString()Returns a string that represents the current object.
(Inherited from Object)

Fields

DownNavigationStrategyProperty 
DownProperty 
LeftNavigationStrategyProperty 
LeftProperty 
NavigationModesProperty 
RightNavigationStrategyProperty 
RightProperty 
UpNavigationStrategyProperty 
UpProperty 

See Also

Reference

Avalonia.Input Namespace