VisualElement.GetNextFocusUpView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The platform configuration for the visual element whose next focus to get.
Returns
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
The view that gets the focus when moving up.