# Sandbox.UI.IStyleBlock

A CSS rule - ie ".chin { width: 100%; height: 100%; }"

- Kind: interface
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.System`
- Modifiers: abstract

## Properties

- [`AbsolutePath`](/api/Sandbox.UI.IStyleBlock/AbsolutePath): The absolute on disk filename for this style block (or null if not on disk)
- [`FileLine`](/api/Sandbox.UI.IStyleBlock/FileLine): The line in the file containing this style block
- [`FileName`](/api/Sandbox.UI.IStyleBlock/FileName): The filename of the file containing this style block (or null if none)
- [`SelectorStrings`](/api/Sandbox.UI.IStyleBlock/SelectorStrings): A list of selectors

## Methods

- [`GetRawValues`](/api/Sandbox.UI.IStyleBlock/GetRawValues): Get the list of raw style values
- [`SetRawValue`](/api/Sandbox.UI.IStyleBlock/SetRawValue): Update a raw style value
