Class ZoomLevelChangingEventArgs
Class Implementation of ZoomLevelChangingEventArgs
Inheritance
System.Object
ZoomLevelChangingEventArgs
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class ZoomLevelChangingEventArgs : EventArgs
Constructors
ZoomLevelChangingEventArgs()
Declaration
public ZoomLevelChangingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the zoom level changes
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
CurrentLevel
Gets or sets a value for current zoom level
Declaration
public int CurrentLevel { get; }
Property Value
Type |
---|
System.Int32 |
PreviousLevel
Gets or sets a value for previous zoom level
Declaration
public int PreviousLevel { get; }
Property Value
Type |
---|
System.Int32 |