InputView.SetDetectReadingOrderFromContent Method

Definition

Overloads

SetDetectReadingOrderFromContent(BindableObject, Boolean)

Sets a Boolean value that controls whether the reading order is detected from the input view's content.

SetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>, Boolean)

Sets a Boolean value that controls whether the reading order is detected from the input view's content.

SetDetectReadingOrderFromContent(BindableObject, Boolean)

Sets a Boolean value that controls whether the reading order is detected from the input view's content.

public static void SetDetectReadingOrderFromContent (Xamarin.Forms.BindableObject element, bool value);
static member SetDetectReadingOrderFromContent : Xamarin.Forms.BindableObject * bool -> unit

Parameters

element
BindableObject

The input view element whose reading order detection behavior to set.

value
System.Boolean

true to detect the reading order from the content. Otherwise, false.

Applies to

SetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>, Boolean)

Sets a Boolean value that controls whether the reading order is detected from the input view's content.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.InputView> SetDetectReadingOrderFromContent (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.InputView> config, bool value);
static member SetDetectReadingOrderFromContent : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.InputView> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.InputView>

Parameters

config
IPlatformElementConfiguration<Windows,InputView>

The input view element whose reading order detection behavior to set.

value
System.Boolean

true to detect the reading order from the content. Otherwise, false.

Returns

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

Applies to