====== ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointType ====== {{section>upgrade_map_suite_to_10.0}} This enumeration specified the control point type when editing a shape. The deafault value is None == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointType == Items == **None** * **Summary**:Default value of this enumeration. **Drag** * **Summary**:This enumeration item means that the control point is for Drag. **Rotate** * **Summary**:This enumeration item means that the control point is for Rotate. **Resize** * **Summary**:This enumeration item means that the control point is for Resize. **Vertex** * **Summary**:This enumeration item means that the control point is for change the vertex postion.