IGeoPathMapElement 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public interface class IGeoPathMapElement : Microsoft::Maui::IElement, Microsoft::Maui::IStroke, Microsoft::Maui::Maps::IMapElement, System::Collections::Generic::ICollection<Microsoft::Maui::Devices::Sensors::Location ^>, System::Collections::Generic::IEnumerable<Microsoft::Maui::Devices::Sensors::Location ^>, System::Collections::Generic::IList<Microsoft::Maui::Devices::Sensors::Location ^>
public interface IGeoPathMapElement : Microsoft.Maui.IElement, Microsoft.Maui.IStroke, Microsoft.Maui.Maps.IMapElement, System.Collections.Generic.ICollection<Microsoft.Maui.Devices.Sensors.Location>, System.Collections.Generic.IEnumerable<Microsoft.Maui.Devices.Sensors.Location>, System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location>
type IGeoPathMapElement = interface
interface IMapElement
interface IElement
interface IStroke
interface IList<Location>
interface ICollection<Location>
interface seq<Location>
interface IEnumerable
Public Interface IGeoPathMapElement
Implements ICollection(Of Location), IElement, IEnumerable(Of Location), IList(Of Location), IMapElement, IStroke
- 衍生
- 實作
屬性
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) |