<Window x:Class="ClassicControls.IndeterminateProgressBar"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="IndeterminateProgressBar" Height="300" Width="300"
>
<StackPanel Margin="5">
<ProgressBar Height="10" IsIndeterminate="True"></ProgressBar>
</StackPanel>
</Window>
|