メインメニューを開く

差分

WPFでプログレスバーを使ってみる

46 バイト追加, 2019年7月26日 (金) 16:40
== xaml ==
<source syntaxhighlight lang="xml">
<Window x:Class="ProgressBarSample.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
</Window>
</sourcesyntaxhighlight>
== DataContext ==
<source syntaxhighlight lang="csharpC#">
using System;
using System.Collections.Generic;
}
}
</sourcesyntaxhighlight>
== ソース ==
<source syntaxhighlight lang="csharpC#">
using System;
using System.Collections.Generic;
}
</sourcesyntaxhighlight>
[[Category:C♯]]
[[Category:WPF]]
[[Category:ProgressBar]]