Share via


Label.GetDetectReadingOrderFromContent Method

Definition

Overloads

Name Description
GetDetectReadingOrderFromContent(BindableObject)

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

GetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,Label>)

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

GetDetectReadingOrderFromContent(BindableObject)

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

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

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

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

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

Parameters

config
IPlatformElementConfiguration<Windows,Label>

The platform configuration.

Returns

true if reading order detection is enabled.

Applies to