Click or drag to resize

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; }

Property Value

Type: WpfMap
See Also