VisualElement.GetNextFocusDirection 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
GetNextFocusDirection(BindableObject) |
Returns the next focus direction. |
GetNextFocusDirection(IPlatformElementConfiguration<Tizen,VisualElement>) |
Returns the next focus direction. |
GetNextFocusDirection(BindableObject)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Returns the next focus direction.
public:
static System::String ^ GetNextFocusDirection(Microsoft::Maui::Controls::BindableObject ^ element);
public static string GetNextFocusDirection (Microsoft.Maui.Controls.BindableObject element);
static member GetNextFocusDirection : Microsoft.Maui.Controls.BindableObject -> string
Public Function GetNextFocusDirection (element As BindableObject) As String
Parameters
- element
- BindableObject
The visual element whose next focus direction to get.
Returns
The next focus direction.
Applies to
GetNextFocusDirection(IPlatformElementConfiguration<Tizen,VisualElement>)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Returns the next focus direction.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ GetNextFocusDirection(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::VisualElement ^> ^ config);
public static string GetNextFocusDirection (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.VisualElement> config);
static member GetNextFocusDirection : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.VisualElement> -> string
<Extension()>
Public Function GetNextFocusDirection (config As IPlatformElementConfiguration(Of Tizen, VisualElement)) As String
Parameters
The platform configuration for the visual element whose next focus direction to get.
Returns
The next focus direction.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.