TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Stylesheet in Tinman.AddOns.GUI.Styles

A stylesheet that stores style properties of Component s.

sealed class Stylesheet  

Public / Methods

Get

Returns the value of a stylesheet property.

public method Get (IStyleProperty property, StyleClass styleClass)
type object
params property [not-null] The property name.
  styleClass The style class.
returns The boxed property value or null if not found.

See also:

Boxed

Put

Sets the value of a stylesheet property.

public method Put (IStyleProperty property, object value, StyleClass styleClass)
params property [not-null] The property name.
  value The boxed property value of null to clear.
  styleClass The style class.