Share via


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

取得或設定 Element 的 View 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)

適用於