共用方式為


Polygon.Geopath 屬性

定義

取得地圖上的位置清單,此清單會形成地圖上這個多邊形的外框。

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Devices::Sensors::Location ^> ^ Geopath { System::Collections::Generic::IList<Microsoft::Maui::Devices::Sensors::Location ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location> Geopath { get; }
member this.Geopath : System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location>
Public ReadOnly Property Geopath As IList(Of Location)

屬性值

適用於