UIElement.IsStylusCaptured 속성
정의
이 요소에 의해 스타일러스가 캡처되었는지 여부를 나타내는 값을 가져옵니다.Gets a value indicating whether the stylus is captured by this element. 이 속성은 종속성 속성입니다.This is a dependency property.
public:
property bool IsStylusCaptured { bool get(); };
public bool IsStylusCaptured { get; }
member this.IsStylusCaptured : bool
Public ReadOnly Property IsStylusCaptured As Boolean
속성 값
요소에 스타일러스 캡처가 있으면 true
이고, 없으면 false
입니다.true
if the element has stylus capture; otherwise, false
. 기본값은 false
입니다.The default is false
.
구현
설명
특정 관계에 터치, 마우스 및 스타일러스 입력이 있습니다.Touch, mouse, and stylus input exist in a particular relationship. 자세한 내용은 입력 개요합니다.For more information, see Input Overview.
종속성 속성 정보Dependency Property Information
식별자 필드Identifier field | IsStylusCapturedProperty |
메타 데이터 속성 설정 true Metadata properties set to true |
NoneNone |