PathFigure.IsClosed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether this figure's first and last segments are connected.
public:
property bool IsClosed { bool get(); void set(bool value); };
bool IsClosed();
void IsClosed(bool value);
public bool IsClosed { get; set; }
var boolean = pathFigure.isClosed;
pathFigure.isClosed = boolean;
Public Property IsClosed As Boolean
<PathFigure IsClosed="bool"/>
Property Value
Boolean
bool
true if the first and last segments of the figure are connected; otherwise, false.