TickBar.Fill Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.