# Sandbox.UI.StyleSheet.InlineAttribute

Applies an inline stylesheet to the Panel. The name identifies the sheet, so it
should be unique - the styles are parsed once and shared between all instances.

- Kind: attribute
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Constructors

- [`InlineAttribute`](/api/Sandbox.UI.StyleSheet.InlineAttribute/.ctor)

## Fields

- [`Name`](/api/Sandbox.UI.StyleSheet.InlineAttribute/Name): A unique name identifying this stylesheet.
- [`Styles`](/api/Sandbox.UI.StyleSheet.InlineAttribute/Styles): The stylesheet content.
