Shape.Stroke プロパティ
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
property Brush ^ Stroke { Brush ^ get(); void set(Brush ^ value); };
Brush Stroke();
void Stroke(Brush value);
C#
public Brush Stroke { get; set; }
var brush = shape.stroke;
shape.stroke = brush;
Public Property Stroke As Brush
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 |