<Window x:Class="ASTHENIA.Loading"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Loading" Height="300" Width="300">
<Grid>
<ProgressBar HorizontalAlignment="Left" Name="load" Height="12" Margin="54,100,0,0" VerticalAlignment="Top" Width="205"/>
</Grid>
プログレスバー、load.Maximum=100 を設定し、最小値は 0 です。5 分後にプログレスバーの読み込みをオーバーさせる方法。