menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomLevelChangingEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved