TickBar.Fill Property

Definition

Gets or sets the Brush that draws on the background area of the 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>

Property Value

The Brush that draws on the background area of the TickBar.

Applies to

See also