Shape.Fill プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
property Brush ^ Fill { Brush ^ get(); void set(Brush ^ value); };
Brush Fill();
void Fill(Brush value);
public Brush Fill { get; set; }
var brush = shape.fill;
shape.fill = brush;
Public Property Fill As Brush
<shape Fill="{StaticResource resourceName}"/>
- or -
<shape Fill="colorString"/>
- or -
<shape>
<shape.Fill>singleBrush</shape.Fill>
</shape>
プロパティ値
図形の内部を塗りつぶす ブラシ 。 既定値は null (null ブラシ) で、レンダリングでは Transparent と評価されます。