Skip to content

Commit 0c8ec41

Browse files
committed
Add ColorScale attribute usage to tutorial
1 parent 677d848 commit 0c8ec41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tutorial/Tutorial.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class Employee
2525
public string? Position { get; set; }
2626

2727
[Format("0$")]
28+
[ColorScale("red", "#00FF00" /* green */)]
2829
public decimal Salary { get; set; }
2930

3031
public Employee() { }

0 commit comments

Comments
 (0)