PathFigure.IsClosed 속성

정의

이 그림의 첫 번째 세그먼트와 마지막 세그먼트가 연결되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

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"/>

속성 값

Boolean

bool

그림의 첫 번째 세그먼트와 마지막 세그먼트가 연결되어 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상