Compartilhar via


VisualElement.GetNextFocusDownView Method

Definition

Overloads

GetNextFocusDownView(BindableObject)

Returns the view that gets the focus when moving down.

GetNextFocusDownView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving down.

GetNextFocusDownView(BindableObject)

Returns the view that gets the focus when moving down.

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

Applies to

GetNextFocusDownView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving down.

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

Applies to