ChildGestureRecognizer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
System.ObjectChildGestureRecognizer
- Implements
-
System.ComponentModel.INotifyPropertyChanged IGestureRecognizer
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. |