Share via


IFilledMapElement Interface

Definition

Represents a visual element on the map control that has a fill color.

public interface class IFilledMapElement : Microsoft::Maui::IElement, Microsoft::Maui::IStroke, Microsoft::Maui::Maps::IMapElement
public interface IFilledMapElement : Microsoft.Maui.IElement, Microsoft.Maui.IStroke, Microsoft.Maui.Maps.IMapElement
type IFilledMapElement = interface
    interface IMapElement
    interface IElement
    interface IStroke
Public Interface IFilledMapElement
Implements IElement, IMapElement, IStroke
Derived
Implements

Properties

Name Description
Fill

Gets the fill color.

Handler

Gets or sets the View Handler of the Element.

(Inherited from IElement)
IsVisible

Gets a value indicating whether the map element is visible on the map.

(Inherited from IMapElement)
MapElementId

Gets or sets the platform counterpart of this map element.

(Inherited from IMapElement)
Parent

Gets the Parent of the Element.

(Inherited from IElement)
Stroke

Indicates the color used to paint the shape's outline.

(Inherited from IStroke)
StrokeDashOffset

Gets a value that specifies the distance within the dash pattern where a dash begins.

(Inherited from IStroke)
StrokeDashPattern

Specifies the distance within the dash pattern where a dash begins.

(Inherited from IStroke)
StrokeLineCap

Describes the shape at the start and end of a line or segment.

(Inherited from IStroke)
StrokeLineJoin

Specifies the type of join that is used at the vertices of a shape.

(Inherited from IStroke)
StrokeMiterLimit

Specifies the limit on the ratio of the miter length to half the StrokeThickness of a shape.

(Inherited from IStroke)
StrokeThickness

Represents a collection of double values that indicate the pattern of dashes and gaps that are used to outline a shape.

(Inherited from IStroke)
ZIndex

Gets the z-index of the map element, which controls its draw order relative to other elements. Higher values are drawn on top of lower values.

(Inherited from IMapElement)

Methods

Name Description
Clicked()

Method called by the handler when user clicks on the element.

(Inherited from IMapElement)

Extension Methods

Name Description
ToHandler(IElement, IMauiContext)
ToPlatform(IElement, IMauiContext)

Applies to