menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SfPinchGestureRecognizer

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

    Constructors

    SfPinchGestureRecognizer()

    Declaration
    public SfPinchGestureRecognizer()

    SfPinchGestureRecognizer(NSObject, Selector)

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

    SfPinchGestureRecognizer(Action)

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

    Properties

    Scale

    Declaration
    public nfloat Scale { get; set; }
    Property Value
    Type
    System.nfloat

    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