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 なし

適用対象