PathFigure.IsClosed Property

Definition

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

Property Value

Boolean

bool

Applies to