Class ImageEditorZoomSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ImageEditorZoomSettings
Namespace: Syncfusion.EJ2.ImageEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class ImageEditorZoomSettings : EJTagHelper
Constructors
ImageEditorZoomSettings()
Declaration
public ImageEditorZoomSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
MaxZoomFactor
Specifies the maximum zooming level to limit the zooming. An integer value that specifies the maximum zooming level. And the default value is 10 (1000 percent).
Declaration
public double MaxZoomFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
MinZoomFactor
Specifies the minimum zooming level to limit the zooming. An integer value that specifies the minimum zooming level. And the default value is 1 (100%).
Declaration
public double MinZoomFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
ZoomFactor
Specifies the default zoom factor to be applied on initial loading of image. An integer value that specifies the current zooming level. And the default value is 1 (100 percent).
Declaration
public double ZoomFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
ZoomPoint
Declaration
public object ZoomPoint { get; set; }
Property Value
Type |
---|
System.Object |
ZoomTrigger
Specifies the available options for zooming in an image editor control.
Declaration
public ZoomTrigger ZoomTrigger { get; set; }
Property Value
Type | Description |
---|---|
ZoomTrigger | The default value is null |