C# Class AzureMapsControl.Components.Drawing.DrawingInteractionType

Afficher le fichier Open project: arnaudleclerc/AzureMapsControl.Components

Méthodes publiques

Свойство Type Description
Click DrawingInteractionType
Freehand DrawingInteractionType
Hybrid DrawingInteractionType

Private Methods

Méthode 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
Résultat 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
Résultat 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
Résultat DrawingInteractionType