RichEditBox.IsHandwritingViewEnabledProperty 속성

정의

IsHandwritingViewEnabled 종속성 속성을 식별합니다.

public:
 static property DependencyProperty ^ IsHandwritingViewEnabledProperty { DependencyProperty ^ get(); };
static DependencyProperty IsHandwritingViewEnabledProperty();
public static DependencyProperty IsHandwritingViewEnabledProperty { get; }
var dependencyProperty = RichEditBox.isHandwritingViewEnabledProperty;
Public Shared ReadOnly Property IsHandwritingViewEnabledProperty As DependencyProperty

속성 값

IsHandwritingViewEnabled 종속성 속성의 식별자입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

예제

이 예제에서는 RichEditBox 컨트롤의 IsHandwritingViewEnabled 속성을 false로 설정하여 필기 보기를 사용하지 않도록 설정합니다. 필기 보기를 지원하는 모든 텍스트 컨트롤은 비슷한 속성을 지원합니다. ​

<RIchEditBox Name="SampleTextBox"​
    Height="50" Width="500" ​
    FontSize="36" FontFamily="Segoe UI" ​
    PlaceholderText="Try taping with your pen" ​
    IsHandwritingViewEnabled="False">​
</RichEditBox>​

적용 대상

추가 정보