WPF 进度条

WPF 进度条

委托实现进度条的刷新

实现效果

www.zeeklog.com  - WPF 进度条
www.zeeklog.com  - WPF 进度条

1. 解决方案

www.zeeklog.com  - WPF 进度条

2. 代码

Mainwindow.xaml.cs

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace WpfAppProgressBar
{
    /// <summary>
    /// Interaction logic for MainWindow.xaml
    /// </summary>
    publi