Class MapZoomEventArgs
Specifies the event arguments for zoom event in maps.
Inherited Members
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 | Accepts the double value. |
TileTranslatePoint
Gets or sets the tile translate point.
Declaration
public PointF TileTranslatePoint { get; set; }
Property Value
Type |
---|
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 | Accepts the double value. |
TranslatePoint
Gets or sets the translate point of geometry map.
Declaration
public PointF TranslatePoint { get; set; }
Property Value
Type |
---|
System.Drawing.PointF |
Type
Gets or sets the type of zoom interaction.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |