Shape.Stroke プロパティ

定義

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

C#
public Brush Stroke { get; set; }
XAML
<shape Stroke="{StaticResource resourceName}"/>
- or -
<shape Stroke="colorString"/>
- or -
<shape>
  <shape.Stroke>singleBrush</shape.Stroke>
</shape>

プロパティ値

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

適用対象

製品 バージョン
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

こちらもご覧ください