====== ThinkGeo.MapSuite.DesktopEdition.TrackMode ====== {{section>upgrade_map_suite_to_10.0}} * //The TrackMode enumeration determines how the map will react to user interaction.// == Remarks == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackMode// == Items == **None** * **Summary**:Default mode. **Point** * **Summary**:Point drawing mode. **Line** * **Summary**:Line drawing mode. **Polygon** * **Summary**:Polygon drawing mode. **Rectangle** * **Summary**:Rectangle drawing mode. **Square** * **Summary**:Square drawing mode. **Circle** * **Summary**:Circle drawing mode. **Ellipse** * **Summary**:Ellipse drawing mode. **StraightLine** * **Summary**:Allows the user to draw a simple line with only 2 points on the map. **Freehand** * **Summary**:Allows the user to draw freehand on the map. **Custom** * **Summary**:Allows the user to draw a custom track shape on the map.