VisualElement.GetNextFocusRightView 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
| GetNextFocusRightView(BindableObject) |
Returns the view that gets the focus when moving right. |
| GetNextFocusRightView(IPlatformElementConfiguration<Tizen,VisualElement>) |
Returns the view that gets the focus when moving right. |
GetNextFocusRightView(BindableObject)
Returns the view that gets the focus when moving right.
public static Xamarin.Forms.View GetNextFocusRightView (Xamarin.Forms.BindableObject element);
static member GetNextFocusRightView : 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 right.
Applies to
GetNextFocusRightView(IPlatformElementConfiguration<Tizen,VisualElement>)
Returns the view that gets the focus when moving right.
public static Xamarin.Forms.View GetNextFocusRightView (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.VisualElement> config);
static member GetNextFocusRightView : 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 right.