IFilledMapElement 接口

定义

表示具有填充颜色的地图控件上的视觉元素。

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
派生
实现

属性

Fill

获取填充颜色。

Handler

获取或设置元素的视图处理程序。

(继承自 IElement)
MapElementId

获取或设置此映射元素的平台对应项。

(继承自 IMapElement)
Parent

获取元素的父级。

(继承自 IElement)
Stroke

指示用于绘制形状轮廓的颜色。

(继承自 IStroke)
StrokeDashOffset

获取一个值,该值指定短划线开始的短划线模式中的距离。

(继承自 IStroke)
StrokeDashPattern

指定短划线开始的短划线模式中的距离。

(继承自 IStroke)
StrokeLineCap

描述线条或线段的开头和末尾的形状。

(继承自 IStroke)
StrokeLineJoin

指定在形状顶点使用的联接类型。

(继承自 IStroke)
StrokeMiterLimit

指定 miter 长度与形状的 StrokeThickness 的一半比率的限制。

(继承自 IStroke)
StrokeThickness

表示双精度值的集合,该值指示用于轮廓形状的短划线和间隙的图案。

(继承自 IStroke)

扩展方法

ToHandler(IElement, IMauiContext)

表示具有填充颜色的地图控件上的视觉元素。

ToPlatform(IElement, IMauiContext)

表示具有填充颜色的地图控件上的视觉元素。

适用于