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