Gets or sets the map core object holding the gadgets collection for example.
Namespace:
Ptv.XServer.Controls.Map.Gadgets
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Map Map { get; set; }
Public Property Map As Map
Get
Set
public:
property Map^ Map {
Map^ get ();
void set (Map^ value);
}
member Map : Map with get, set
Property Value
Type:
Map Map core object.
See Also