Shape.StrokeLineJoin プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Shape の頂点で使用される結合の種類を指定する PenLineJoin 列挙値を取得または設定 します。
public:
property PenLineJoin StrokeLineJoin { PenLineJoin get(); void set(PenLineJoin value); };
PenLineJoin StrokeLineJoin();
void StrokeLineJoin(PenLineJoin value);
public PenLineJoin StrokeLineJoin { get; set; }
var penLineJoin = shape.strokeLineJoin;
shape.strokeLineJoin = penLineJoin;
Public Property StrokeLineJoin As PenLineJoin
<shape StrokeLineJoin="penLineJoinMemberName"/>
プロパティ値
結合の外観を指定する PenLineJoin 列挙の値。 既定値は Miter です。