VisualElement.SetNextFocusDownView Method

Definition

Overloads

SetNextFocusDownView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

Sets the down focus view for a visual element.

SetNextFocusDownView(BindableObject, View)

Sets the down focus view for a visual element.

SetNextFocusDownView(IPlatformElementConfiguration<Tizen,VisualElement>, View)

Sets the down focus view for a visual element.

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

value
View

The new down focus view.

Returns

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

Applies to

SetNextFocusDownView(BindableObject, View)

Sets the down focus view for a visual element.

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

Parameters

element
BindableObject

The element whose down focus view to set.

value
View

The new down focus view.

Applies to