InputView Class
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.
Provides access to reading order detection on the Windows platform.
public ref class InputView abstract sealed
public static class InputView
type InputView = class
Public Module InputView
- Inheritance
-
InputView
Fields
DetectReadingOrderFromContentProperty |
Bindable property for attached property |
Methods
GetDetectReadingOrderFromContent(BindableObject) |
Returns a Boolean value that tells whether the reading order is detected from the input view's content. |
GetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>) |
Returns a Boolean value that tells whether the reading order is detected from the input view's content. |
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. |