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