User Guide

StyleManager class 723
When a styles value is not inherited, you can set its style only on an instance, not on a custom or
global style sheet. A style that doesnt inherit its value is set on the class style sheet, and therefore,
setting it on a custom or global style sheet does not work.
Example
The following example registers newProp1 as an inheriting style:
StyleManager.registerInheritingStyle("newProp1");