Compartilhar via


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)

Source:
InputView.cs
Source:
InputView.cs

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

public:
 static bool GetDetectReadingOrderFromContent(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetDetectReadingOrderFromContent (Microsoft.Maui.Controls.BindableObject element);
static member GetDetectReadingOrderFromContent : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetDetectReadingOrderFromContent (element As BindableObject) As Boolean

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

Source:
InputView.cs
Source:
InputView.cs

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

public:
[System::Runtime::CompilerServices::Extension]
 static bool GetDetectReadingOrderFromContent(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::InputView ^> ^ config);
public static bool GetDetectReadingOrderFromContent (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.InputView> config);
static member GetDetectReadingOrderFromContent : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.InputView> -> bool
<Extension()>
Public Function GetDetectReadingOrderFromContent (config As IPlatformElementConfiguration(Of Windows, InputView)) As Boolean

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