Circle.Center 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定中心位置。 這是可繫結屬性。
public:
property Microsoft::Maui::Devices::Sensors::Location ^ Center { Microsoft::Maui::Devices::Sensors::Location ^ get(); void set(Microsoft::Maui::Devices::Sensors::Location ^ value); };
public Microsoft.Maui.Devices.Sensors.Location Center { get; set; }
member this.Center : Microsoft.Maui.Devices.Sensors.Location with get, set
Public Property Center As Location