Polyline.Points Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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