PathGeometry.Figures Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
property Microsoft::Maui::Controls::Shapes::PathFigureCollection ^ Figures { Microsoft::Maui::Controls::Shapes::PathFigureCollection ^ get(); void set(Microsoft::Maui::Controls::Shapes::PathFigureCollection ^ value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter))]
public Microsoft.Maui.Controls.Shapes.PathFigureCollection Figures { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter))>]
member this.Figures : Microsoft.Maui.Controls.Shapes.PathFigureCollection with get, set
Public Property Figures As PathFigureCollection
Valor de propiedad
- Atributos