Shape.Fill Propriedade

Definição

Obtém ou define o Pincel que pinta a área interna da forma.

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>

Valor da propriedade

Um pincel que pinta/preenche o interior da forma. O padrão é nulo, (um pincel nulo) que é avaliado como Transparente para renderização.

Aplica-se a

Confira também