# Sandbox.UI.IStyleBlock.StyleProperty

- Kind: struct
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Properties

- [`IsValid`](/api/Sandbox.UI.IStyleBlock.StyleProperty/IsValid): If parsing this property was successful or failed
- [`Line`](/api/Sandbox.UI.IStyleBlock.StyleProperty/Line): The line in the file containing this value
- [`Name`](/api/Sandbox.UI.IStyleBlock.StyleProperty/Name): Name of the property, ie "color" or "width"
- [`OriginalValue`](/api/Sandbox.UI.IStyleBlock.StyleProperty/OriginalValue): The value that was loaded from the .scss file
- [`Value`](/api/Sandbox.UI.IStyleBlock.StyleProperty/Value): Current value of the property (which is being rendered)
