Share via


Label.SetDetectReadingOrderFromContent Method

Definition

Overloads

Name Description
SetDetectReadingOrderFromContent(BindableObject, Boolean)

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

SetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,Label>, Boolean)

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

SetDetectReadingOrderFromContent(BindableObject, Boolean)

Source:
Label.cs
Source:
Label.cs
Source:
Label.cs
Source:
Label.cs

Sets whether reading order (LTR/RTL) is detected from label 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,Label>, Boolean)

Source:
Label.cs
Source:
Label.cs
Source:
Label.cs
Source:
Label.cs

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

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

Parameters

config
IPlatformElementConfiguration<Windows,Label>

The platform configuration.

value
Boolean

true to detect reading order from content.

Returns

The updated platform configuration.

Applies to