C# Class FormsPopup.TapGestureRecognizerVisitor

Afficher le fichier Open project: michaeled/FormsPopup Class Usage Examples

Méthodes publiques

Méthode Description
Visit ( View view, Func factoryMethod ) : void

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

Private Methods

Méthode Description
VisitChildren ( ILayoutController controller, Func factoryMethod ) : void

Method Details

Visit() public static méthode

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
Résultat void