Click or drag to resize

MapIcon Constructor

Initializes a new instance of the MapIcon class for the given UserControl.

Namespace:  Ptv.XServer.Controls.Map.Layers.Shapes
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public MapIcon(
	FrameworkElement content
)

Parameters

content
Type: System.WindowsFrameworkElement
The UserControl to be wrapped.
See Also