Click or drag to resize
PathFigureIsClosed Property
Gets or sets a value that indicates whether this figure's first and last segments are connected.

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

Property Value

Type: Boolean
See Also