Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapZoomEventArgs

    Show / Hide Table of Contents

    Class MapZoomEventArgs

    Specifies the event arguments for zoom event in maps.

    Inheritance
    System.Object
    MinMaxLatitudeLongitude
    MapZoomEventArgs
    Inherited Members
    MinMaxLatitudeLongitude.MinLatitude
    MinMaxLatitudeLongitude.MaxLatitude
    MinMaxLatitudeLongitude.MinLongitude
    MinMaxLatitudeLongitude.MaxLongitude
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MapZoomEventArgs : MinMaxLatitudeLongitude

    Constructors

    MapZoomEventArgs()

    Declaration
    public MapZoomEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether or not the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Scale

    Gets or sets the scale value for the maps.

    Declaration
    public double Scale { get; set; }
    Property Value
    Type Description
    System.Double

    TileTranslatePoint

    Gets or sets the tile translate point.

    Declaration
    public PointF TileTranslatePoint { get; set; }
    Property Value
    Type Description
    System.Drawing.PointF

    TileZoomLevel

    Gets or sets the zoom level for the tile maps.

    Declaration
    public double TileZoomLevel { get; set; }
    Property Value
    Type Description
    System.Double

    TranslatePoint

    Gets or sets the translate point of geometry map.

    Declaration
    public PointF TranslatePoint { get; set; }
    Property Value
    Type Description
    System.Drawing.PointF

    Type

    Gets or sets the type of zoom interaction.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved