Class ZoomSettings
Inheritance
System.Object
ZoomSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class ZoomSettings : EJTagHelper
Constructors
ZoomSettings()
Declaration
Properties
AnimationDuration
Declaration
[JsonProperty("animationDuration")]
public double AnimationDuration { get; set; }
Property Value
Type |
Description |
System.Double |
|
EnableMouseWheelZoom
Declaration
[JsonProperty("enableMouseWheelZoom")]
public bool EnableMouseWheelZoom { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableZoom
Declaration
[JsonProperty("enableZoom")]
public bool EnableZoom { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableZoomOnSelection
Declaration
[JsonProperty("enableZoomOnSelection")]
public bool EnableZoomOnSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Factor
Declaration
[JsonProperty("factor")]
public double Factor { get; set; }
Property Value
Type |
Description |
System.Double |
|
Level
Declaration
[JsonProperty("level")]
public double Level { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaxValue
Declaration
[JsonProperty("maxValue")]
public double MaxValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinValue
Declaration
[JsonProperty("minValue")]
public double MinValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
ZoomFactor
Declaration
[JsonProperty("end")]
public string ZoomFactor { get; set; }
Property Value
Type |
Description |
System.String |
|
ZoomPosition
Declaration
[JsonProperty("start")]
public string ZoomPosition { get; set; }
Property Value
Type |
Description |
System.String |
|