VisualElement.GetNextFocusDownView 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
GetNextFocusDownView(BindableObject) |
Returns the view that gets the focus when moving down. |
GetNextFocusDownView(IPlatformElementConfiguration<Tizen,VisualElement>) |
Returns the view that gets the focus when moving down. |
GetNextFocusDownView(BindableObject)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Returns the view that gets the focus when moving down.
public:
static Microsoft::Maui::Controls::View ^ GetNextFocusDownView(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.View GetNextFocusDownView (Microsoft.Maui.Controls.BindableObject element);
static member GetNextFocusDownView : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.View
Public Function GetNextFocusDownView (element As BindableObject) As View
Parameters
- element
- BindableObject
The visual element whose next focus to get.
Returns
The view that gets the focus when moving down.
Applies to
GetNextFocusDownView(IPlatformElementConfiguration<Tizen,VisualElement>)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Returns the view that gets the focus when moving down.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::View ^ GetNextFocusDownView(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::VisualElement ^> ^ config);
public static Microsoft.Maui.Controls.View GetNextFocusDownView (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.VisualElement> config);
static member GetNextFocusDownView : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.VisualElement> -> Microsoft.Maui.Controls.View
<Extension()>
Public Function GetNextFocusDownView (config As IPlatformElementConfiguration(Of Tizen, VisualElement)) As View
Parameters
The platform configuration for the visual element whose next focus to get.
Returns
The view that gets the focus when moving down.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI