VisualElement.SetNextFocusBackView Method

Definition

Overloads

SetNextFocusBackView(BindableObject, View)

Sets the back focus view for a visual element.

SetNextFocusBackView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

Sets the back focus view for a visual element.

SetNextFocusBackView(BindableObject, View)

Sets the back focus view for a visual element.

public static void SetNextFocusBackView (Xamarin.Forms.BindableObject element, Xamarin.Forms.View value);
static member SetNextFocusBackView : Xamarin.Forms.BindableObject * Xamarin.Forms.View -> unit

Parameters

element
BindableObject

The element whose back focus view to set.

value
View

The new back focus view.

Applies to

SetNextFocusBackView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

Sets the back focus view for a visual element.

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

Parameters

config
IPlatformElementConfiguration<Tizen,VisualElement>

The platform configuration for the element whose back focus view to set.

value
View

The new back focus view.

Returns

A fluent object on which the developer may make further method calls.

Applies to