TickBar.Fill Proprietà

Definizione

Ottiene o imposta il pennello che disegna sull'area di sfondo della 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>

Valore della proprietà

Pennello che disegna sull'area di sfondo della Barra di spunta.

Si applica a

Vedi anche