Share via


InputView.GetDetectReadingOrderFromContent Method

Definition

Overloads

Name Description
GetDetectReadingOrderFromContent(BindableObject)

Gets whether reading order (LTR/RTL) is detected from content on Windows.

GetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>)

Gets whether reading order (LTR/RTL) is detected from content on Windows.

GetDetectReadingOrderFromContent(BindableObject)

Source:
InputView.cs
Source:
InputView.cs
Source:
InputView.cs
Source:
InputView.cs

Gets whether reading order (LTR/RTL) is detected from content on Windows.

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 element to query.

Returns

true if reading order detection is enabled.

Applies to

GetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>)

Source:
InputView.cs
Source:
InputView.cs
Source:
InputView.cs
Source:
InputView.cs

Gets whether reading order (LTR/RTL) is detected from content on Windows.

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.

Returns

true if reading order detection is enabled.

Applies to