VisualElement.SetNextFocusDirection メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetNextFocusDirection(BindableObject, String) |
次のフォーカスの方向を設定する視覚要素。 |
SetNextFocusDirection(IPlatformElementConfiguration<Tizen,VisualElement>, String) |
ビジュアル要素の次のフォーカスの方向を設定します。 |
SetNextFocusDirection(BindableObject, String)
- ソース:
- VisualElement.cs
- ソース:
- VisualElement.cs
次のフォーカスの方向を設定する視覚要素。
public:
static void SetNextFocusDirection(Microsoft::Maui::Controls::BindableObject ^ element, System::String ^ value);
public static void SetNextFocusDirection (Microsoft.Maui.Controls.BindableObject element, string value);
static member SetNextFocusDirection : Microsoft.Maui.Controls.BindableObject * string -> unit
Public Sub SetNextFocusDirection (element As BindableObject, value As String)
パラメーター
- element
- BindableObject
ビジュアル要素の次のフォーカスの方向を設定します。
- value
- String
新しいフォーカスの方向。
適用対象
SetNextFocusDirection(IPlatformElementConfiguration<Tizen,VisualElement>, String)
- ソース:
- VisualElement.cs
- ソース:
- VisualElement.cs
ビジュアル要素の次のフォーカスの方向を設定します。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::VisualElement ^> ^ SetNextFocusDirection(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::VisualElement ^> ^ config, System::String ^ value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.VisualElement> SetNextFocusDirection (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.VisualElement> config, string value);
static member SetNextFocusDirection : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.VisualElement> * string -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.VisualElement>
<Extension()>
Public Function SetNextFocusDirection (config As IPlatformElementConfiguration(Of Tizen, VisualElement), value As String) As IPlatformElementConfiguration(Of Tizen, VisualElement)
パラメーター
次のフォーカスの方向を設定する視覚要素のプラットフォーム構成。
- value
- String
新しいフォーカスの方向。
戻り値
開発者がさらにメソッド呼び出しを実行できる Fluent オブジェクト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI