FormsMapShowOverview Property |
Gets or sets a value indicating whether the overview map 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 ShowOverview { get; set; }
Public Property ShowOverview As Boolean
Get
Set
public:
property bool ShowOverview {
bool get ();
void set (bool value);
}
member ShowOverview : bool with get, set
Property Value
Type:
BooleanSee Also