InputView.SetDetectReadingOrderFromContent 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
SetDetectReadingOrderFromContent(BindableObject, Boolean) |
Sets a Boolean value that controls whether the reading order is detected from the input view's content. |
SetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>, Boolean) |
Sets a Boolean value that controls whether the reading order is detected from the input view's content. |
SetDetectReadingOrderFromContent(BindableObject, Boolean)
- Source:
- InputView.cs
- Source:
- InputView.cs
Sets a Boolean value that controls whether the reading order is detected from the input view's content.
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 input view element whose reading order detection behavior to set.
- value
- Boolean
true
to detect the reading order from the content. Otherwise, false
.
Applies to
SetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>, Boolean)
- Source:
- InputView.cs
- Source:
- InputView.cs
Sets a Boolean value that controls whether the reading order is detected from the input view's content.
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
The input view element whose reading order detection behavior to set.
- value
- Boolean
true
to detect the reading order from the content. Otherwise, false
.
Returns
A fluent object on which the developer may make further method calls.