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
Contributions are welcome! Feel free to submit issues or pull requests.
This project is licensed under the MIT License.
Thanks for checking out Year In Progress! Stay inspired and keep pushing forward!
This version was written by Dante Wackermann