PathFigure.Segments 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 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