Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spreedated/nexn.blockmatrix.wpf

BlockMatrix ProgressBar and Waitanimation for WPF
https://github.com/spreedated/nexn.blockmatrix.wpf

animation block csharp library matrix nexn wait wpf

Last synced: about 3 hours ago
JSON representation

BlockMatrix ProgressBar and Waitanimation for WPF

Awesome Lists containing this project

README

        

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=35WE5NU48AUMA&source=url)

BlockMatrix
============
Some simple and cool looking ProgressBar and WaitAnimation.

### Wait Animation

![](Screenshots/BlockMatrix_wait.gif)

### Random

![](Screenshots/BlockMatrixProgress_random.gif)

### Straight

![](Screenshots/BlockMatrixProgress_straight.gif)

### Bars

![](Screenshots/BlockMatrixProgress_bars.gif)

### Bars right to left

![](Screenshots/BlockMatrixProgress_barslefttoright.gif)

### Features
- Custom Blocksize
- Custom colors
- Different fillstyles
- Custom matrix size

### Usage (C#)
(WaitAnimation)

```
BlockMatrix matrix = new BlockMatrix(ref );
matrix.CreateMatrix();
matrix.Start();
```

(ProgressBar)

```
BlockMatrixProgress matrix = new BlockMatrixProgress(ref ) { Fillstyle = BlockMatrixProgress.FillStyles. };
matrix.CreateMatrix();
matrix.Value = 0; // Set value
```

### Enjoying this?
Just star the repo or make a donation.

[![Donate0](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=35WE5NU48AUMA&source=url)

Your help is valuable since this is a hobby project for all of us: we do development during out-of-office hours.

### Contribution
Pull requests are very welcome.

### Copyright
This version was written by **Markus Karl Wackermann**