RectangleHandler 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
RectangleHandler() | |
RectangleHandler(IPropertyMapper) |
RectangleHandler()
- Source:
- RectangleHandler.cs
- Source:
- RectangleHandler.cs
public:
RectangleHandler();
public RectangleHandler ();
Public Sub New ()
Applies to
RectangleHandler(IPropertyMapper)
- Source:
- RectangleHandler.cs
- Source:
- RectangleHandler.cs
public:
RectangleHandler(Microsoft::Maui::IPropertyMapper ^ mapper);
public RectangleHandler (Microsoft.Maui.IPropertyMapper mapper);
new Microsoft.Maui.Controls.Handlers.RectangleHandler : Microsoft.Maui.IPropertyMapper -> Microsoft.Maui.Controls.Handlers.RectangleHandler
Public Sub New (mapper As IPropertyMapper)
Parameters
- mapper
- IPropertyMapper