C# 클래스 FormsPopup.TapGestureRecognizerVisitor

파일 보기 프로젝트 열기: michaeled/FormsPopup 1 사용 예제들

공개 메소드들

메소드 설명
Visit ( View view, Func factoryMethod ) : void

Add a GestureRecognizer to the view and any children it may contain.

비공개 메소드들

메소드 설명
VisitChildren ( ILayoutController controller, Func factoryMethod ) : void

메소드 상세

Visit() 공개 정적인 메소드

Add a GestureRecognizer to the view and any children it may contain.
public static Visit ( View view, Func factoryMethod ) : void
view Xamarin.Forms.View The view to add the behavior to.
factoryMethod Func A method that returns a GestureRecognizer
리턴 void