struct
StyleProperty
public sealed struct StyleProperty Properties
| Name | Type | Description |
|---|---|---|
Name | String | Name of the property, ie "color" or "width" |
Value | String | Current value of the property (which is being rendered) |
OriginalValue | String | The value that was loaded from the .scss file |
Line | Int32 | The line in the file containing this value |
IsValid | Boolean | If parsing this property was successful or failed |
Assembly:
Sandbox.System Declaring Type: IStyleBlock Full Name: Sandbox.UI.IStyleBlock.StyleProperty