PathFigure.IsClosed Property

Definition

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.

Applies to