ContentElement.AreAnyTouchesCapturedWithin 속성

정의

하나 이상의 터치가 이 요소나 시각적 트리의 임의 자식 요소에 캡처되는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool AreAnyTouchesCapturedWithin { bool get(); };
public bool AreAnyTouchesCapturedWithin { get; }
member this.AreAnyTouchesCapturedWithin : bool
Public ReadOnly Property AreAnyTouchesCapturedWithin As Boolean

속성 값

하나 이상의 터치가 이 요소나 시각적 트리의 임의 자식 요소에 캡처되면 true이고, 그렇지 않으면 false입니다.

적용 대상