Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 523 Bytes

pathfigure_isclosed.md

File metadata and controls

30 lines (19 loc) · 523 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.PathFigure.IsClosed
winrt property

Windows.UI.Xaml.Media.PathFigure.IsClosed

-description

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

-xaml-syntax

<PathFigure IsClosed="bool"/>

-property-value

true if the first and last segments of the figure are connected; otherwise, false.

-remarks

-examples

-see-also