PathFigure.IsClosed Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates whether this figure's first and last segments are connected.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<PathFigure IsClosed="bool"/>
Property Value
Type: System.Booleantrue if the first and last segments of the figure are connected; otherwise, false. The default is false.
Dependency property identifier field: IsClosedProperty
Setting this property to true connects the first segment (and the StartPoint of the PathFigure) to the final point of the last segment defined in the Segments collection.
Show: