VisualElement.SetNextFocusDirection Method

Definition

Overloads

SetNextFocusDirection(BindableObject, String)

Sets the direction of the next focus on a visual element

SetNextFocusDirection(IPlatformElementConfiguration<Tizen,VisualElement>, String)

Sets the direction of the next focus on a visual element

SetNextFocusDirection(BindableObject, String)

Sets the direction of the next focus on a visual element

[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

Parameters

element
BindableObject

The visual element whose next focus direction to set.

value
String

The new focus direction.

Attributes

Applies to

SetNextFocusDirection(IPlatformElementConfiguration<Tizen,VisualElement>, String)

Sets the direction of the next focus on a visual element

[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>

Parameters

config
IPlatformElementConfiguration<Tizen,VisualElement>

The platform configuration for the visual element whose next focus direction to set.

value
String

The new focus direction.

Returns

A fluent object on which the developer may make further method calls.

Attributes

Applies to