menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomTrigger - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZoomTrigger

    Defines the zooming types available in the SfImageEditor.

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

    It is a flagged enum.

    Fields

    Commands

    Represents a ctrl key zooming.

    Declaration
    public const ZoomTrigger Commands
    Field Value
    Type Description
    ZoomTrigger

    Represents the integer value: 4

    MouseWheel

    Represents zooming triggered by the mouse wheel.

    Declaration
    public const ZoomTrigger MouseWheel
    Field Value
    Type Description
    ZoomTrigger

    Represents the integer value: 1

    Pinch

    Represents a pinch zooming.

    Declaration
    public const ZoomTrigger Pinch
    Field Value
    Type Description
    ZoomTrigger

    Represents the integer value: 2

    Toolbar

    Represents a toolbar zooming.

    Declaration
    public const ZoomTrigger Toolbar
    Field Value
    Type Description
    ZoomTrigger

    Represents the integer value: 8

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