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
)
Public Sub New (
content As FrameworkElement
)
public:
MapIcon(
FrameworkElement^ content
)
new :
content : FrameworkElement -> MapIcon
Parameters
- content
- Type: System.WindowsFrameworkElement
The UserControl to be wrapped.
See Also