C# Class AzureMapsControl.Components.Drawing.DrawingInteractionType

Datei anzeigen Open project: arnaudleclerc/AzureMapsControl.Components

Public Properties

Property Type Description
Click DrawingInteractionType
Freehand DrawingInteractionType
Hybrid DrawingInteractionType

Private Methods

Method Description
DrawingInteractionType ( string interactionType ) : System.Diagnostics.CodeAnalysis

Property Details

Click public_oe static_oe property

Coordinates are added when the mouse or touch is clicked.
public static DrawingInteractionType,AzureMapsControl.Components.Drawing Click
return DrawingInteractionType

Freehand public_oe static_oe property

Coordinates are added when the mouse or touch is dragged on the map.
public static DrawingInteractionType,AzureMapsControl.Components.Drawing Freehand
return DrawingInteractionType

Hybrid public_oe static_oe property

Coordinates are added when the mouse or touch is clicked or dragged.
public static DrawingInteractionType,AzureMapsControl.Components.Drawing Hybrid
return DrawingInteractionType