menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ZoomEndEventArgs

    Provides data for the ZoomEnd event.

    Inheritance
    System.Object
    ZoomEndEventArgs
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public class ZoomEndEventArgs : EventArgs

    Constructors

    ZoomEndEventArgs(SfDiagram)

    Initializes a new instance of the ZoomEndEventArgs class.

    Declaration
    public ZoomEndEventArgs(SfDiagram diagram)
    Parameters
    Type Name Description
    SfDiagram diagram

    zoom end event for diagram.

    Properties

    IsPinching

    Gets a value indicating whether IsPinching.

    Declaration
    public bool IsPinching { get; }
    Property Value
    Type Description
    System.Boolean

    The IsPinching.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved