IsClosed Property

Gets or sets a value that specifies whether this figure's first and last segments are connected.

XAML
<object IsClosed="Boolean" .../>
Scripting
value = object.IsClosed
object.IsClosed = value

Property Value

Boolean

true if this figure's first and last segments are connected; otherwise, false.

This property is read/write. The default value is false.

Remarks

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.

Applies To

PathFigure

See Also

Silverlight Geometries Overview
Path Markup Syntax
PathGeometry