VisualElement.GetNextFocusUpView Method

Definition

Overloads

GetNextFocusUpView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving up.

GetNextFocusUpView(BindableObject)

Returns the view that gets the focus when moving up.

GetNextFocusUpView(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the view that gets the focus when moving up.

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

View

The view that gets the focus when moving up.

Applies to

GetNextFocusUpView(BindableObject)

Returns the view that gets the focus when moving up.

public static Xamarin.Forms.View GetNextFocusUpView (Xamarin.Forms.BindableObject element);
static member GetNextFocusUpView : Xamarin.Forms.BindableObject -> Xamarin.Forms.View

Parameters

element
BindableObject

The visual element whose next focus to get.

Returns

View

The view that gets the focus when moving up.

Applies to