PathSegment.IsSmoothJoin 속성

정의

PathSegment을 사용하여 스트로크할 때 이 PathSegment와 이전 Pen 사이의 연결이 모퉁이로 처리되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsSmoothJoin { bool get(); void set(bool value); };
public bool IsSmoothJoin { get; set; }
member this.IsSmoothJoin : bool with get, set
Public Property IsSmoothJoin As Boolean

속성 값

PathSegment와 이전 PathSegment 사이의 연결이 모퉁이로 처리되지 않으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

종속성 속성 정보

식별자 필드 IsSmoothJoinProperty
메타 데이터 속성 설정 true 없음

적용 대상