VisualElement.SetNextFocusForwardView Method

Definition

Overloads

SetNextFocusForwardView(BindableObject, View)

Sets the forward focus view for a visual element.

SetNextFocusForwardView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

Sets the forward focus view for a visual element.

SetNextFocusForwardView(BindableObject, View)

Sets the forward focus view for a visual element.

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

Parameters

element
BindableObject

The element whose forward focus view to set.

value
View

The new forward focus view.

Applies to

SetNextFocusForwardView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

Sets the forward focus view for a visual element.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.VisualElement> SetNextFocusForwardView (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.VisualElement> config, Xamarin.Forms.View value);
static member SetNextFocusForwardView : 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 forward focus view to set.

value
View

The new forward focus view.

Returns

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

Applies to