ChildGestureRecognizer 클래스

정의

다른 항목의 자식으로 사용할 제스처 인식기입니다.

public sealed class ChildGestureRecognizer : System.ComponentModel.INotifyPropertyChanged, Xamarin.Forms.IGestureRecognizer
type ChildGestureRecognizer = class
    interface IGestureRecognizer
    interface INotifyPropertyChanged
상속
ChildGestureRecognizer
구현

생성자

ChildGestureRecognizer()

기본값을 사용하여 새 ChildGestureRecognizer을 만듭니다.

속성

GestureRecognizer

인식기를 가져오거나 설정합니다.

메서드

OnPropertyChanged(String)

인식기가 변경될 때 호출되는 메서드입니다.

이벤트

PropertyChanged

변경된 속성에 대한 이벤트 처리기입니다.

적용 대상