menu

UWP

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

    Show / Hide Table of Contents

    Class ZoomLevelChangingEventArgs

    Class Implementation of ZoomLevelChangingEventArgs

    Inheritance
    System.Object
    ZoomLevelChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved