Class ZoomLevelChangingEventArgs
Class Implementation of ZoomLevelChangingEventArgs
Inheritance
System.Object
System.EventArgs
ZoomLevelChangingEventArgs
Inherited Members
System.EventArgs.Empty
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()
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 | Description |
---|---|
System.Boolean |
CurrentLevel
Gets or sets a value for current zoom level
Declaration
public int CurrentLevel { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PreviousLevel
Gets or sets a value for previous zoom level
Declaration
public int PreviousLevel { get; }
Property Value
Type | Description |
---|---|
System.Int32 |