Stylesheet Description sealed class Tinman.Engine.GUI.Styles.Stylesheet A stylesheet that stores style properties of Components. Public / Methods Get public method Get → (2) property in : IStyleProperty [not-null] The property name. styleClass in : StyleClass The style class. returns → object The boxed property value or null if not found. Returns the value of a stylesheet property. See also Boxed Put public method Put → (3) property in : IStyleProperty [not-null] The property name. value in : object The boxed property value of null to clear. styleClass in : StyleClass The style class. Sets the value of a stylesheet property. StyleProperty IMaterial