VisualElement.SetNextFocusUpView 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
SetNextFocusUpView(BindableObject, View) |
Sets the up focus view for a visual element. |
SetNextFocusUpView(IPlatformElementConfiguration<Tizen,VisualElement>, View) |
Sets the up focus view for a visual element. |
SetNextFocusUpView(BindableObject, View)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Sets the up focus view for a visual element.
public:
static void SetNextFocusUpView(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Controls::View ^ value);
public static void SetNextFocusUpView (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value);
static member SetNextFocusUpView : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.View -> unit
Public Sub SetNextFocusUpView (element As BindableObject, value As View)
Parameters
- element
- BindableObject
The element whose up focus view to set.
- value
- View
The new up focus view.
Applies to
SetNextFocusUpView(IPlatformElementConfiguration<Tizen,VisualElement>, View)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Sets the up focus view for a visual element.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::VisualElement ^> ^ SetNextFocusUpView(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::VisualElement ^> ^ config, Microsoft::Maui::Controls::View ^ value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.VisualElement> SetNextFocusUpView (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.VisualElement> config, Microsoft.Maui.Controls.View value);
static member SetNextFocusUpView : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.VisualElement> * Microsoft.Maui.Controls.View -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.VisualElement>
<Extension()>
Public Function SetNextFocusUpView (config As IPlatformElementConfiguration(Of Tizen, VisualElement), value As View) As IPlatformElementConfiguration(Of Tizen, VisualElement)
Parameters
The platform configuration for the element whose up focus view to set.
- value
- View
The new up focus view.
Returns
A fluent object on which the developer may make further method calls.