Class ZoomLevelChangingEventArgs
To implement ZoomLevelChangingEventArgs
Inheritance
System.Object
ZoomLevelChangingEventArgs
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class ZoomLevelChangingEventArgs : EventArgs
Constructors
ZoomLevelChangingEventArgs()
Declaration
public ZoomLevelChangingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the event is cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
CurrentLevel
Gets the current level
Declaration
public int CurrentLevel { get; }
Property Value
Type |
---|
System.Int32 |
PreviousLevel
Gets the previous level
Declaration
public int PreviousLevel { get; }
Property Value
Type |
---|
System.Int32 |