This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.mousecoordinatetype [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.wpfdesktopedition.mousecoordinatetype [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WpfDesktopEdition.MouseCoordinateType ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.MouseCoordinateType ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Enumeration --> | ||
This enumeration determines the MousePostion Type that appears when the pointer is moving on the map. | This enumeration determines the MousePostion Type that appears when the pointer is moving on the map. | ||
- | === Remarks === | + | == Remarks == |
Map.MousePosition.MousePostionType property uses this enumeration to determine which position type to appears when the pointer is moving around the map. | Map.MousePosition.MousePostionType property uses this enumeration to determine which position type to appears when the pointer is moving around the map. | ||
- | ===== Items ===== | + | == Items == |
- | ^ Name ^ Summary ^ | + | **Default** |
- | | Default | Default mouse position type, format: "longitude, latitude". | | + | * **Summary**:Default mouse position type, format: "longitude, latitude". |
- | | LongitudeLatitude | Default mouse position type, format: "longitude, latitude". | | + | |
- | | LatitudeLongitude | Default mouse position type, format: "latitude, longitude". | | + | **LongitudeLatitude** |
- | | DegreesMinutesSeconds | Appear degrees, minutes, seconds, format: "Degressº Minutes// Seconds'". | | + | * **Summary**:Default mouse position type, format: "longitude, latitude". |
- | | Custom | Customize format of mouse coordinates. | | + | |
+ | **LatitudeLongitude** | ||
+ | * **Summary**:Default mouse position type, format: "latitude, longitude". | ||
+ | |||
+ | **DegreesMinutesSeconds** | ||
+ | * **Summary**:Appear degrees, minutes, seconds, format: "Degressº Minutes'' Seconds'". | ||
+ | |||
+ | **Custom** | ||
+ | * **Summary**:Customize format of mouse coordinates. | ||
- | __NOTOC__ | ||
- | [[Category:WpfDesktopEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.WpfDesktopEdition]] | ||