PathFigure.IsClosed Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets a value that indicates whether this figure's first and last segments are connected.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Property IsClosed As Boolean
public bool IsClosed { get; set; }
<PathFigure IsClosed="bool"/>
Property Value
Type: System.Boolean
true if the first and last segments of the figure are connected; otherwise, false. The default is false.
Remarks
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.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also