Share via


InputView Class

Definition

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

Name Description
DetectReadingOrderFromContentProperty

Bindable property for attached property DetectReadingOrderFromContent.

Methods

Name Description
GetDetectReadingOrderFromContent(BindableObject)

Gets whether reading order (LTR/RTL) is detected from content on Windows.

GetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>)

Gets whether reading order (LTR/RTL) is detected from content on Windows.

SetDetectReadingOrderFromContent(BindableObject, Boolean)

Sets whether reading order (LTR/RTL) is detected from content on Windows.

SetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,InputView>, Boolean)

Sets whether reading order (LTR/RTL) is detected from content on Windows.

Applies to