InputView.GetDetectReadingOrderFromContent Method

Definition

Overloads

GetDetectReadingOrderFromContent(BindableObject)

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

GetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>)

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

GetDetectReadingOrderFromContent(BindableObject)

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

public static bool GetDetectReadingOrderFromContent (Xamarin.Forms.BindableObject element);
static member GetDetectReadingOrderFromContent : Xamarin.Forms.BindableObject -> bool

Parameters

element
BindableObject

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

Returns

A Boolean value that tells whether the reading order is detected from the input view's content.

Applies to

GetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>)

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

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

Parameters

config
IPlatformElementConfiguration<Windows,InputView>

The platform configuration for the input view element whose reading order detection behavior to get.

Returns

A Boolean value that tells whether the reading order is detected from the input view's content.

Applies to