menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfTapGestureRecognizer - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfTapGestureRecognizer

    Inheritance
    System.Object
    SfTapGestureRecognizer
    Namespace: Syncfusion.XForms.MacOS.Core
    Assembly: Syncfusion.Core.XForms.macOS.dll
    Syntax
    public class SfTapGestureRecognizer : NSClickGestureRecognizer

    Constructors

    SfTapGestureRecognizer()

    Declaration
    public SfTapGestureRecognizer()

    SfTapGestureRecognizer(NSObject, Selector)

    Declaration
    public SfTapGestureRecognizer(NSObject target, Selector action)
    Parameters
    Type Name Description
    Foundation.NSObject target
    ObjCRuntime.Selector action

    SfTapGestureRecognizer(Action)

    Declaration
    public SfTapGestureRecognizer(Action action)
    Parameters
    Type Name Description
    System.Action action

    Properties

    NumberOfTapsRequired

    Declaration
    public nuint NumberOfTapsRequired { get; set; }
    Property Value
    Type
    System.nuint

    Methods

    AddTarget(Action)

    Declaration
    public void AddTarget(Action action)
    Parameters
    Type Name Description
    System.Action action

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved