Polygon.Geopath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得地圖上的位置清單,此清單會形成地圖上這個多邊形的外框。
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)