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
3 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 (1)
Handlers\MapElement\MapElementHandler.cs (1)
22
[nameof(
IFilledMapElement
.Fill)] = MapFill,