Shape.Stroke プロパティ

定義

図形のアウトラインの描画方法を指定するブラシを取得または設定します。

public:
 property Brush ^ Stroke { Brush ^ get(); void set(Brush ^ value); };
Brush Stroke();

void Stroke(Brush value);
public Brush Stroke { get; set; }
var brush = shape.stroke;
shape.stroke = brush;
Public Property Stroke As Brush
<shape Stroke="{StaticResource resourceName}"/>
- or -
<shape Stroke="colorString"/>
- or -
<shape>
  <shape.Stroke>singleBrush</shape.Stroke>
</shape>

プロパティ値

図形のアウトラインの描画方法を指定するブラシ。 既定値は null です。

適用対象

こちらもご覧ください