IMapElement 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示可以加入至地圖控件的專案。
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 |
指定Miter長度與圖形 StrokeThickness 的一半比例限制。 (繼承來源 IStroke) |
StrokeThickness |
表示雙精度浮點數的集合,表示用來勾勒圖形的虛線和間距圖樣。 (繼承來源 IStroke) |
擴充方法
ToHandler(IElement, IMauiContext) |
表示可以加入至地圖控件的專案。 |
ToPlatform(IElement, IMauiContext) |
表示可以加入至地圖控件的專案。 |