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