PolylineHandler Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PolylineHandler() | |
PolylineHandler(IPropertyMapper) |
PolylineHandler()
- Source:
- PolylineHandler.cs
- Source:
- PolylineHandler.cs
public:
PolylineHandler();
public PolylineHandler ();
Public Sub New ()
Applies to
PolylineHandler(IPropertyMapper)
- Source:
- PolylineHandler.cs
- Source:
- PolylineHandler.cs
public:
PolylineHandler(Microsoft::Maui::IPropertyMapper ^ mapper);
public PolylineHandler (Microsoft.Maui.IPropertyMapper mapper);
new Microsoft.Maui.Controls.Handlers.PolylineHandler : Microsoft.Maui.IPropertyMapper -> Microsoft.Maui.Controls.Handlers.PolylineHandler
Public Sub New (mapper As IPropertyMapper)
Parameters
- mapper
- IPropertyMapper