VisualElement.SetNextFocusDirection Yöntem

Tanım

Aşırı Yüklemeler

SetNextFocusDirection(BindableObject, String)

Görsel öğede bir sonraki odağın yönünü ayarlar

SetNextFocusDirection(IPlatformElementConfiguration<Tizen,VisualElement>, String)

Görsel öğede bir sonraki odağın yönünü ayarlar

SetNextFocusDirection(BindableObject, String)

Görsel öğede bir sonraki odağın yönünü ayarlar

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static void SetNextFocusDirection (Xamarin.Forms.BindableObject element, string value);
static member SetNextFocusDirection : Xamarin.Forms.BindableObject * string -> unit

Parametreler

element
BindableObject

Sonraki odak yönü ayarlanacağı görsel öğe.

value
String

Yeni odak yönü.

Öznitelikler

Şunlara uygulanır

SetNextFocusDirection(IPlatformElementConfiguration<Tizen,VisualElement>, String)

Görsel öğede bir sonraki odağın yönünü ayarlar

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.VisualElement> SetNextFocusDirection (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.VisualElement> config, string value);
static member SetNextFocusDirection : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.VisualElement> * string -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.VisualElement>

Parametreler

config
IPlatformElementConfiguration<Tizen,VisualElement>

Sonraki odak yönü ayarlanacağı görsel öğesinin platform yapılandırması.

value
String

Yeni odak yönü.

Döndürülenler

Geliştiricinin başka yöntem çağrıları gerçekleştirebileceği akıcı bir nesne.

Öznitelikler

Şunlara uygulanır