C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml.Media
PathFigure Class
PathFigure Properties
IsClosed Property
IsFilled Property
Segments Property
StartPoint Property
PathFigure
Segments 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#
Copy
public
PathSegmentCollection
Segments
{
get
;
set
; }
Property Value
Type:
PathSegmentCollection
See Also
Reference
PathFigure Class
Windows.UI.Xaml.Media Namespace