menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomTrigger - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZoomTrigger

    An enumeration representing the different ways to trigger zooming in the image editor.

    Inheritance
    System.Object
    ZoomTrigger
    Namespace: Syncfusion.EJ2.ImageEditor
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class ZoomTrigger : Enum

    Fields

    Commands

    Zooming triggered by command keys.

    Declaration
    public const ZoomTrigger Commands
    Field Value
    Type
    ZoomTrigger

    MouseWheel

    Zooming triggered by mouse wheel.

    Declaration
    public const ZoomTrigger MouseWheel
    Field Value
    Type
    ZoomTrigger

    Pinch

    Zooming triggered by pinch gesture.

    Declaration
    public const ZoomTrigger Pinch
    Field Value
    Type
    ZoomTrigger

    Toolbar

    Zooming triggered by toolbar button click.

    Declaration
    public const ZoomTrigger Toolbar
    Field Value
    Type
    ZoomTrigger
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved