Share via


InputView.SetDetectReadingOrderFromContent Method

Definition

Overloads

Name Description
SetDetectReadingOrderFromContent(BindableObject, Boolean)

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

SetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>, Boolean)

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

SetDetectReadingOrderFromContent(BindableObject, Boolean)

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

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

public:
 static void SetDetectReadingOrderFromContent(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetDetectReadingOrderFromContent(Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetDetectReadingOrderFromContent : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetDetectReadingOrderFromContent (element As BindableObject, value As Boolean)

Parameters

element
BindableObject

The element to configure.

value
Boolean

true to detect reading order from content.

Applies to

SetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>, Boolean)

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

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

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

Parameters

config
IPlatformElementConfiguration<Windows,InputView>

The platform configuration.

value
Boolean

true to detect reading order from content.

Returns

The updated platform configuration.

Applies to