C# Class AzureMapsControl.Components.Drawing.DrawingButton

Show file Open project: arnaudleclerc/AzureMapsControl.Components

Public Properties

Property Type Description
DrawCircle DrawingButton
DrawLine DrawingButton
DrawPoint DrawingButton
DrawPolygon DrawingButton
DrawRectangle DrawingButton
EditGeometry DrawingButton

Private Methods

Method Description
DrawingButton ( string button ) : System.Diagnostics.CodeAnalysis

Property Details

DrawCircle public static property

Draw circles on the map.
public static DrawingButton,AzureMapsControl.Components.Drawing DrawCircle
return DrawingButton

DrawLine public static property

Draw lines on the map.
public static DrawingButton,AzureMapsControl.Components.Drawing DrawLine
return DrawingButton

DrawPoint public static property

Draw individual points on the map.
public static DrawingButton,AzureMapsControl.Components.Drawing DrawPoint
return DrawingButton

DrawPolygon public static property

Draw polygons on the map.
public static DrawingButton,AzureMapsControl.Components.Drawing DrawPolygon
return DrawingButton

DrawRectangle public static property

Draw rectangles on the map.
public static DrawingButton DrawRectangle
return DrawingButton

EditGeometry public static property

When in this mode the user can add/remove/move points/coordinates of a shape, rotate shapes, drag shapes.
public static DrawingButton EditGeometry
return DrawingButton