IMapElement 接口

定义

public interface class IMapElement : Microsoft::Maui::IElement, Microsoft::Maui::IStroke
public interface IMapElement : Microsoft.Maui.IElement, Microsoft.Maui.IStroke
type IMapElement = interface
    interface IElement
    interface IStroke
Public Interface IMapElement
Implements IElement, IStroke
派生
实现

属性

Handler

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

(继承自 IElement)
MapElementId
Parent

获取 元素的父级。

(继承自 IElement)
Stroke

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

(继承自 IStroke)
StrokeDashOffset

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

(继承自 IStroke)
StrokeDashPattern

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

(继承自 IStroke)
StrokeLineCap

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

(继承自 IStroke)
StrokeLineJoin

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

(继承自 IStroke)
StrokeMiterLimit

指定斜接长度与形状 StrokeThickness 的一半之比的限制。

(继承自 IStroke)
StrokeThickness

表示双精度值的集合,这些值指示用于轮廓形状的短划线和间隙模式。

(继承自 IStroke)

扩展方法

ToHandler(IElement, IMauiContext)
ToPlatform(IElement, IMauiContext)

适用于