次の方法で共有


VisualElement.SetNextFocusDirection メソッド

定義

オーバーロード

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)

パラメーター

config
IPlatformElementConfiguration<Tizen,VisualElement>

次のフォーカスの方向を設定する視覚要素のプラットフォーム構成。

value
String

新しいフォーカスの方向。

戻り値

開発者がさらにメソッド呼び出しを実行できる Fluent オブジェクト。

適用対象