Class
MapZoomEndEventArgs

The zoom end event arguments.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class MapZoomEndEventArgs : MapCoordinateEventArgsBase

Inheritance: objectMapCoordinateEventArgsBaseMapZoomEndEventArgs

Constructors

MapZoomEndEventArgs()

Declaration

cs-api-definition
public MapZoomEndEventArgs()

Properties

Zoom

Provides the new zoom level.

Declaration

cs-api-definition
public double Zoom { get; set; }

Property Value

double