Change Font Color and Gauge Color #550
-
Hi, I'm trying to use the gauge control you made and want to change the color of the components highlighted on the picture. Is that even possible? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This was missing in the docs! it is now included. Try
|
Beta Was this translation helpful? Give feedback.
-
Is there a way to change the color of the gauge bar depending on it's value? ex; battery meter that is red when it drops below a certain voltage, but green when it's above it. |
Beta Was this translation helpful? Give feedback.
This was missing in the docs! it is now included.
Try
.AddValue(30, "gauge value", SKColors.YellowGreen, SKColors.Red)