Polygon.Points Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the vertices of the polygon. This is a bindable property.
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