You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the style attribute `styleAttr` of the specified UI element, `'uielement'`, to the value `styleValue`. `styleAttr` should be any valid CSS attribute, and `styleValue` a valid setting thereof.
92
+
93
+
This method provides a general interface to change CSS style attributes, with minimal input testing and error reporting, so it is up to the user to provide valid inputs.
94
+
95
+
Valid style attributes and corresponding settings can be found [here](https://www.w3schools.com/cssref/).
96
+
97
+
##### Examples
98
+
Using the demo GUI generated by `./Demo/DOMdemoGUI.m`
0 commit comments