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