InputView Class

Definition

Provides access to reading order detection on the Windows platform.

public static class InputView
type InputView = class
Inheritance
InputView

Fields

DetectReadingOrderFromContentProperty

Backing store for the attached property that controls whether the reading order is detected from the input view's content.

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.

Applies to