Compartilhar via


Label.GetDetectReadingOrderFromContent Method

Definition

Overloads

GetDetectReadingOrderFromContent(BindableObject)

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

GetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,Label>)

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

GetDetectReadingOrderFromContent(BindableObject)

Source:
Label.cs
Source:
Label.cs

Returns a Boolean value that tells whether the reading order is detected from the label'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 label element whose reading order detection behavior to get.

Returns

A Boolean value that tells whether the reading order is detected from the label's content.

Applies to

GetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,Label>)

Source:
Label.cs
Source:
Label.cs

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

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 for the label element whose reading order detection behavior to get.

Returns

A Boolean value that tells whether the reading order is detected from the label's content.

Applies to