MapElementHandler Class
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.
public ref class MapElementHandler : Microsoft::Maui::Handlers::ElementHandler<Microsoft::Maui::Maps::IMapElement ^, System::Object ^>, Microsoft::Maui::Maps::Handlers::IMapElementHandler
public class MapElementHandler : Microsoft.Maui.Handlers.ElementHandler<Microsoft.Maui.Maps.IMapElement,object>, Microsoft.Maui.Maps.Handlers.IMapElementHandler
type MapElementHandler = class
inherit ElementHandler<IMapElement, obj>
interface IMapElementHandler
interface IElementHandler
Public Class MapElementHandler
Inherits ElementHandler(Of IMapElement, Object)
Implements IMapElementHandler
- Inheritance
- Implements
Constructors
MapElementHandler() | |
MapElementHandler(IPropertyMapper) |
Fields
Mapper |
Properties
MauiContext | (Inherited from ElementHandler) |
PlatformView | (Inherited from ElementHandler<TVirtualView,TPlatformView>) |
Services | (Inherited from ElementHandler) |
VirtualView | (Inherited from ElementHandler<TVirtualView,TPlatformView>) |
Methods
ConnectHandler(TPlatformView) | (Inherited from ElementHandler<TVirtualView,TPlatformView>) |
CreatePlatformElement() | |
DisconnectHandler(TPlatformView) | (Inherited from ElementHandler<TVirtualView,TPlatformView>) |
Invoke(String, Object) | (Inherited from ElementHandler) |
MapFill(IMapElementHandler, IMapElement) | |
MapStroke(IMapElementHandler, IMapElement) | |
MapStrokeThickness(IMapElementHandler, IMapElement) | |
SetMauiContext(IMauiContext) | (Inherited from ElementHandler) |
SetVirtualView(IElement) | (Inherited from ElementHandler) |
UpdateValue(String) | (Inherited from ElementHandler) |
Explicit Interface Implementations
Extension Methods
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.