RuleSettings
class RuleSettings
Looks for a method with this signature : get{PropertyName}Property() : StylableProperty<*> If one is found, invokes the method, and returns the value. Otherwise, return null.
Note, node is of type Any, because it could also be used to style other objects e.g. For Scene, to set Scene.backgroundColor (which is a StylableProperty).
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Note, node is of type Any, because it is almost always a Node, but for the RootSelector, it will apply to a Scene.