Label.GetDetectReadingOrderFromContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.