FormsMapShowCoordinates Property |
Gets or sets a value indicating whether the coordinates gadget is shown or made invisible.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool ShowCoordinates { get; set; }
Public Property ShowCoordinates As Boolean
Get
Set
public:
property bool ShowCoordinates {
bool get ();
void set (bool value);
}
member ShowCoordinates : bool with get, set
Property Value
Type:
BooleanSee Also