Commit 1dac890
committed
feat(Converters): add NumberToBrushConverter for double to brush mapping
src/SharedWindows/Converters.cs: +added NumberToBrushConverter class to convert double values to corresponding brushes (SaddleBrown for negative, DarkGreen for positive, Black for zero).1 parent 18e3e53 commit 1dac890
1 file changed
Lines changed: 17 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
75 | 92 | | |
0 commit comments