MapCanvasMapView Property |
Gets the parent map instance.
Namespace:
Ptv.XServer.Controls.Map.Canvases
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public MapView MapView { get; }
Public ReadOnly Property MapView As MapView
Get
public:
property MapView^ MapView {
MapView^ get ();
}
member MapView : MapView with get
Property Value
Type:
MapView The parent map.
See Also