Compartilhar via


VisualElement.GetNextFocusRightView Método

Definição

Sobrecargas

GetNextFocusRightView(BindableObject)

Retorna a exibição que recebe o foco ao mover para a direita.

GetNextFocusRightView(IPlatformElementConfiguration<Tizen,VisualElement>)

Retorna a exibição que recebe o foco ao mover para a direita.

GetNextFocusRightView(BindableObject)

Retorna a exibição que recebe o foco ao mover para a direita.

public static Xamarin.Forms.View GetNextFocusRightView (Xamarin.Forms.BindableObject element);
static member GetNextFocusRightView : Xamarin.Forms.BindableObject -> Xamarin.Forms.View

Parâmetros

element
BindableObject

O elemento visual cujo foco seguinte deve ser obtido.

Retornos

A exibição que recebe o foco ao mover para a direita.

Aplica-se a

GetNextFocusRightView(IPlatformElementConfiguration<Tizen,VisualElement>)

Retorna a exibição que recebe o foco ao mover para a direita.

public static Xamarin.Forms.View GetNextFocusRightView (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.VisualElement> config);
static member GetNextFocusRightView : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.VisualElement> -> Xamarin.Forms.View

Parâmetros

config
IPlatformElementConfiguration<Tizen,VisualElement>

A configuração da plataforma para o elemento visual cujo foco seguinte deve ser obtido.

Retornos

A exibição que recebe o foco ao mover para a direita.

Aplica-se a