Some simple and cool looking ProgressBar and WaitAnimation.
- Custom Blocksize
- Custom colors
- Different fillstyles
- Custom matrix size
(WaitAnimation)
BlockMatrix matrix = new BlockMatrix(ref <YourGrid x:Name>);
matrix.CreateMatrix();
matrix.Start();
(ProgressBar)
BlockMatrixProgress matrix = new BlockMatrixProgress(ref <YourGrid x:Name>) { Fillstyle = BlockMatrixProgress.FillStyles.<SelectYourStyle> };
matrix.CreateMatrix();
matrix.Value = 0; // Set value
Just star the repo or make a donation.
Your help is valuable since this is a hobby project for all of us: we do development during out-of-office hours.
Pull requests are very welcome.
This version was written by Markus Karl Wackermann