
How can I set the LED property to have a green color in ON state and red color in OFF state ?
How can I set the LED property to have a green color in ON state and red color in OFF state ?
Hello, you can set the LedForeground property to any Brush (a green or red one) depending on the LedState value. Then you could update it in a LedStateChanged event handler.
Please log in to a validated account to post comments.