共用方式為


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)

代表地圖控件上具有填滿色彩的視覺專案。

適用於