menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MarkerDragStartEventArgs - API Reference

    Show / Hide Table of Contents

    Class MarkerDragStartEventArgs

    Provides information about the OnMarkerDragStart event.

    Inheritance
    System.Object
    MapsBaseEventArgs
    MarkerDragStartEventArgs
    MarkerDragEndEventArgs
    Inherited Members
    MapsBaseEventArgs.Cancel
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MarkerDragStartEventArgs : MapsBaseEventArgs

    Constructors

    MarkerDragStartEventArgs()

    Declaration
    public MarkerDragStartEventArgs()

    Properties

    DataIndex

    Gets the index of the current marker data from the entire data source.

    Declaration
    public int DataIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index value of the marker data from the entire data source. The default value is zero.

    Remarks

    You can get the index value for the marker data from the data source on which the marker drag and drop is performed.

    Latitude

    Gets the current latitude number of the marker with which the dragging operation is performed.

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

    The latitude value of the marker. The default value is zero.

    Remarks

    You can get the latitude value for the marker.

    LayerIndex

    Gets the index of the layer in which the current marker is associated.

    Declaration
    public int LayerIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index value of the layer. The default value is zero.

    Remarks

    You can get the index value for the layer on which the marker drag and drop is performed.

    Longitude

    Gets the current longitude number of the marker with which the dragging operation is performed.

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

    The longitude value of the marker. The default value is zero.

    Remarks

    You can get the longitude value for the marker.

    MarkerIndex

    Gets the index of the marker settings in which the current marker is associated.

    Declaration
    public int MarkerIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index value of the marker settings. The default value is zero.

    Remarks

    You can get the index value for the marker settings on which the marker drag and drop is performed.

    X

    Gets the current x position of the mouse pointer when dragging is performed.

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

    The x position of the mouse pointer. The default value is zero.

    Remarks

    You can get the x position value for the mouse event.

    Y

    Gets the current y position of the mouse pointer when dragging is performed.

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

    The y position of the mouse pointer. The default value is zero.

    Remarks

    You can get the y position value for the mouse event.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved