C# 클래스 AzureMapsControl.Components.Drawing.DrawingInteractionType

파일 보기 프로젝트 열기: arnaudleclerc/AzureMapsControl.Components

공개 프로퍼티들

프로퍼티 타입 설명
Click DrawingInteractionType
Freehand DrawingInteractionType
Hybrid DrawingInteractionType

비공개 메소드들

메소드 설명
DrawingInteractionType ( string interactionType ) : System.Diagnostics.CodeAnalysis

프로퍼티 상세

Click 공개적으로 정적으로 프로퍼티

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

Freehand 공개적으로 정적으로 프로퍼티

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

Hybrid 공개적으로 정적으로 프로퍼티

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