1 implementation of IMapElementHandler
Microsoft.Maui.Maps (1)
Handlers\MapElement\MapElementHandler.cs (1)
16
public partial class MapElementHandler :
IMapElementHandler
7 references to IMapElementHandler
Microsoft.Maui.Maps (7)
Handlers\MapElement\MapElementHandler.cs (4)
18
public static IPropertyMapper<IMapElement,
IMapElementHandler
> Mapper = new PropertyMapper<IMapElement,
IMapElementHandler
>(ElementMapper)
41
IMapElement
IMapElementHandler
.VirtualView => VirtualView;
43
PlatformView
IMapElementHandler
.PlatformView => PlatformView;
Handlers\MapElement\MapElementHandler.Standard.cs (3)
7
public static void MapStroke(
IMapElementHandler
handler, IMapElement mapElement) => throw new System.NotImplementedException();
8
public static void MapStrokeThickness(
IMapElementHandler
handler, IMapElement mapElement) => throw new System.NotImplementedException();
9
public static void MapFill(
IMapElementHandler
handler, IMapElement mapElement) => throw new System.NotImplementedException();