MaterialSkin icon indicating copy to clipboard operation
MaterialSkin copied to clipboard

Set label color

Open MrKev312 opened this issue 5 years ago • 1 comments

Is it possible to set the color of a label? (for instance red to signify that something's not working)

MrKev312 avatar Apr 06 '20 16:04 MrKev312

Hi!

Custom colors on labels will not be supported, this is due to the effort to keep the interface consistent across the whole app. Tough an "error" color is necessary for this lib and I want to implement it at some point.

For now you could use the HighEmphasis property and UseAccent to grab the user attention to some label, see the "Textbox and Labels" on the example app: labels properties

leocb avatar Apr 06 '20 17:04 leocb