VisualElement.GetNextFocusRightView Method

Definition

Overloads

GetNextFocusRightView(BindableObject)

Returns the view that gets the focus when moving right.

GetNextFocusRightView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving right.

GetNextFocusRightView(BindableObject)

Returns the view that gets the focus when moving right.

public static Xamarin.Forms.View GetNextFocusRightView (Xamarin.Forms.BindableObject element);
static member GetNextFocusRightView : Xamarin.Forms.BindableObject -> Xamarin.Forms.View

Parameters

element
BindableObject

The visual element whose next focus to get.

Returns

View

The view that gets the focus when moving right.

Applies to

GetNextFocusRightView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving right.

public static Xamarin.Forms.View GetNextFocusRightView (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.VisualElement> config);
static member GetNextFocusRightView : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.VisualElement> -> Xamarin.Forms.View

Parameters

config
IPlatformElementConfiguration<Tizen,VisualElement>

The platform configuration for the visual element whose next focus to get.

Returns

View

The view that gets the focus when moving right.

Applies to