VisualElement.GetNextFocusLeftView Method

Definition

Overloads

GetNextFocusLeftView(BindableObject)

Returns the view that gets the focus when moving left.

GetNextFocusLeftView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving left.

GetNextFocusLeftView(BindableObject)

Returns the view that gets the focus when moving left.

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

Applies to

GetNextFocusLeftView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving left.

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

Applies to