1 interface inheriting from IFilledMapElement
Microsoft.Maui.Maps (1)
Core\ICircleMapElement.cs (1)
8
public interface ICircleMapElement : IMapElement,
IFilledMapElement
1 implementation of IFilledMapElement
Microsoft.Maui.Controls.Maps (1)
HandlerImpl\Polygon.Impl.cs (1)
11
public partial class Polygon : IGeoPathMapElement,
IFilledMapElement
5 references to IFilledMapElement
Microsoft.Maui.Controls.Maps (2)
HandlerImpl\Circle.Impl.cs (1)
8
/// <inheritdoc cref="
IFilledMapElement
.Fill"/>
HandlerImpl\Polygon.Impl.cs (1)
13
/// <inheritdoc cref="
IFilledMapElement
.Fill"/>
Microsoft.Maui.Maps (3)
Handlers\MapElement\MapElementHandler.cs (1)
22
[nameof(
IFilledMapElement
.Fill)] = MapFill,
Handlers\MapElement\MapElementHandler.iOS.cs (1)
52
if (mapElement is not
IFilledMapElement
filledMapElement)
Platform\iOS\MauiMKMapView.cs (1)
138
if (geoPathElement is
IFilledMapElement
)