Class SfTapGestureRecognizer
Inheritance
System.Object
SfTapGestureRecognizer
Assembly: Syncfusion.Core.XForms.macOS.dll
public class SfTapGestureRecognizer : NSClickGestureRecognizer
Constructors
Declaration
public SfTapGestureRecognizer()
Declaration
public SfTapGestureRecognizer(NSObject target, Selector action)
Parameters
Type |
Name |
Description |
Foundation.NSObject |
target |
|
ObjCRuntime.Selector |
action |
|
Declaration
public SfTapGestureRecognizer(Action action)
Parameters
Type |
Name |
Description |
System.Action |
action |
|
Properties
Declaration
public nuint NumberOfTapsRequired { get; set; }
Property Value
Methods
Declaration
public void AddTarget(Action action)
Parameters
Type |
Name |
Description |
System.Action |
action |
|
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|