VisualElement.GetNextFocusForwardView Method

Definition

Overloads

GetNextFocusForwardView(BindableObject)

Returns the view that gets the focus when moving forward.

GetNextFocusForwardView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving forward.

GetNextFocusForwardView(BindableObject)

Returns the view that gets the focus when moving forward.

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

Parameters

element
BindableObject

The visual element whose next focus to get.

Returns

The view that gets the focus when moving forward.

Applies to

GetNextFocusForwardView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving forward.

public static Xamarin.Forms.View GetNextFocusForwardView (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.VisualElement> config);
static member GetNextFocusForwardView : 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

The view that gets the focus when moving forward.

Applies to