Class ZoomLevelChangingEventArgs
Provides event data for the ZoomLevelChanging event.
Inheritance
System.Object
ZoomLevelChangingEventArgs
Namespace: Syncfusion.Maui.Maps
Assembly: Syncfusion.Maui.Maps.dll
Syntax
public class ZoomLevelChangingEventArgs : CancelEventArgs
Constructors
ZoomLevelChangingEventArgs()
Declaration
public ZoomLevelChangingEventArgs()
Properties
NewZoomLevel
Get the old zoom level value.
Declaration
public double NewZoomLevel { get; }
Property Value
Type |
---|
System.Double |
OldZoomLevel
Get the old zoom level value.
Declaration
public double OldZoomLevel { get; }
Property Value
Type |
---|
System.Double |