Compartir a través de


TickBar.Fill Propiedad

Definición

Obtiene o establece el pincel que dibuja en el área de fondo de TickBar.

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

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

Valor de propiedad

Pincel que dibuja en el área de fondo de TickBar.

Se aplica a

Consulte también