ChildGestureRecognizer Class

Definition

A gesture recognizer for use as a child of another.

public sealed class ChildGestureRecognizer : System.ComponentModel.INotifyPropertyChanged, Xamarin.Forms.IGestureRecognizer
type ChildGestureRecognizer = class
    interface IGestureRecognizer
    interface INotifyPropertyChanged
Inheritance
ChildGestureRecognizer
Implements

Constructors

ChildGestureRecognizer()

Creates a new ChildGestureRecognizer with default values.

Properties

GestureRecognizer

Gets or sets the recognizer.

Methods

OnPropertyChanged(String)

Method that is called when the recognizer is changed.

Events

PropertyChanged

Event handler for changed properties.

Applies to