New to Telerik UI for WPFStart a free 30-day trial

Customizing Track Appearance

Updated on Sep 15, 2025

RadStepProgressBar allows you to customize the color and size of the track visual.

To change the color of the track's part that shows the progress, set the TrackFill property of RadStepProgressBar.

To change the thickness of the track, set the TrackThickness property of RadStepProgressBar.

XAML
	<telerik:RadStepProgressBar TrackFill="#34A852" TrackThickness="30" SelectedIndex="1">
		<telerik:RadStepProgressBarItem Content="Step 1" />
		<telerik:RadStepProgressBarItem Content="Step 2" />
		<telerik:RadStepProgressBarItem Content="Step 3" />
	</telerik:RadStepProgressBar>

WPF RadStepProgressBar Customizing Track Appearance

See Also

In this article
See Also
Not finding the help you need?
Contact Support