Switch Class change background color on event

3 vues (au cours des 30 derniers jours)
Mark Pickell
Mark Pickell le 17 Juil 2022
Commenté : Walter Roberson le 17 Juil 2022
I have some simple on/off switches that I would like to alter the background color depending on the state. If Off background red, if on background green. The font color works for the switches but whenever I try to use Backgroundcolor designerapp tells me unrecognized property for the Switch class.

Réponses (1)

Walter Roberson
Walter Roberson le 17 Juil 2022
https://www.mathworks.com/help/matlab/ref/matlab.ui.control.switch-properties.html#bucxdj3-1_sep_shared-FontColor
The only color control for uiswitch() is font color. There is also no ability to add graphics to uiswitch()
This is different than the older uicontrol which offered more customization.
  1 commentaire
Walter Roberson
Walter Roberson le 17 Juil 2022
uibutton() allows BackgroundColor
https://www.mathworks.com/help/matlab/ref/matlab.ui.control.button-properties.html#d123e1680176

Connectez-vous pour commenter.

Catégories

En savoir plus sur Graphics Performance dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by