다음을 통해 공유


SystemParameters.IsPenWindows 속성

정의

펜용 Microsoft Windows 컴퓨팅 확장이 설치되어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 static property bool IsPenWindows { bool get(); };
public static bool IsPenWindows { [System.Security.SecurityCritical] get; }
public static bool IsPenWindows { get; }
[<get: System.Security.SecurityCritical>]
static member IsPenWindows : bool
static member IsPenWindows : bool
Public Shared ReadOnly Property IsPenWindows As Boolean

속성 값

Pen Computing 확장이 설치되어 있으면 true이고, 그렇지 않으면 false입니다.

특성

설명

SM_PENWINDOWS 매핑합니다. GetSystemMetrics를 참조하세요.

XAML 특성 사용

<object property="{ SystemParameters.IsPenWindows}"/>

적용 대상