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 |