Polygon.Points 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property Microsoft::Maui::Controls::PointCollection ^ Points { Microsoft::Maui::Controls::PointCollection ^ get(); void set(Microsoft::Maui::Controls::PointCollection ^ value); };
public Microsoft.Maui.Controls.PointCollection Points { get; set; }
member this.Points : Microsoft.Maui.Controls.PointCollection with get, set
Public Property Points As PointCollection