PathFigure.Segments Property

Definition

Gets or sets the collection of path segments that define this figure. This is a bindable property.

public:
 property Microsoft::Maui::Controls::Shapes::PathSegmentCollection ^ Segments { Microsoft::Maui::Controls::Shapes::PathSegmentCollection ^ get(); void set(Microsoft::Maui::Controls::Shapes::PathSegmentCollection ^ value); };
public Microsoft.Maui.Controls.Shapes.PathSegmentCollection Segments { get; set; }
member this.Segments : Microsoft.Maui.Controls.Shapes.PathSegmentCollection with get, set
Public Property Segments As PathSegmentCollection

Property Value

Applies to