FormsMapWrappedMap Property |
Gets the wrapped Wpf map instance. This can be used to get to the inner Wpf elements, e.g. to support
mouse events on Wpf level.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public WpfMap WrappedMap { get; }
Public ReadOnly Property WrappedMap As WpfMap
Get
public:
property WpfMap^ WrappedMap {
WpfMap^ get ();
}
member WrappedMap : WpfMap with get
Property Value
Type:
WpfMapSee Also