menu

Xamarin.Forms

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

    Show / Hide Table of Contents

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