Style sheets

Use style sheet objects to customize the style of graphic object types and instances.
TIP: Projects can contain multiple style sheets. Multiple style sheets allow you to switch between styles. For example, you can switch between a light interface and dark interface at runtime.

Resolution order

If an Appearance property is set to the default value that is indicated by gray text, the property inherits the value from a higher level.
Style property values resolve in this order:
  1. Object instance
    . Styles of a graphic object instance.
    For more information, see Edit graphic object properties.
  2. Object type
    . Styles of a graphic object type.
    For more information, see Edit graphic object properties.
  3. Controls Style
    . Styles from a style sheet applied to a specific graphic object. For example, a style applied to a button control. Use the
    Style
    property to apply a style to a specific object.
  4. Global Style
    . Styles from a style sheet applied to all graphic objects. For example, the default font size.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.