Click or drag to resize
PathFigureSegments Property
Gets or sets the collection of segments that define the shape of this PathFigure object.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public PathSegmentCollection Segments { get; set; }

Property Value

Type: PathSegmentCollection
See Also