MapGadgetMapView Property |
Gets or sets the map content object which can be used to edit the layers and all map properties.
Namespace:
Ptv.XServer.Controls.Map.Gadgets
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public MapView MapView { get; set; }
Public Property MapView As MapView
Get
Set
public:
property MapView^ MapView {
MapView^ get ();
void set (MapView^ value);
}
member MapView : MapView with get, set
Property Value
Type:
MapView Map content object.
See Also