Class ZoomLevelChangingEventArgs
Represents the ZoomLevelChangingEventArgs. To render this event, create an instance of this class ZoomLevelChangingEventArgs and set required properties.
Inheritance
System.Object
ZoomLevelChangingEventArgs
Namespace: Syncfusion.SfMaps.XForms
Assembly: Syncfusion.SfMaps.XForms.dll
Syntax
public class ZoomLevelChangingEventArgs : EventArgs
Constructors
ZoomLevelChangingEventArgs()
Declaration
public ZoomLevelChangingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the cancel is enabled while zooming happens in the maps.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
CurrentLevel
Gets the current level property of the maps. It provides the current level while zooming happens in the maps.
Declaration
public int CurrentLevel { get; }
Property Value
Type |
---|
System.Int32 |
PreviousLevel
Gets the previous level property of the maps. It provides the previous level while zooming happens in the maps.
Declaration
public int PreviousLevel { get; }
Property Value
Type |
---|
System.Int32 |