VisualElement.GetNextFocusBackView Method

Definition

Overloads

GetNextFocusBackView(BindableObject)

Returns the view that gets the focus when moving back.

GetNextFocusBackView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving back.

GetNextFocusBackView(BindableObject)

Returns the view that gets the focus when moving back.

public static Xamarin.Forms.View GetNextFocusBackView (Xamarin.Forms.BindableObject element);
static member GetNextFocusBackView : 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 back.

Applies to

GetNextFocusBackView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving back.

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

Applies to