API Referenceglobal
StylePropertyclass
object→StyleProperty
Properties5
Showing 5 properties
public bool Sandbox.UI.IStyleBlock.StyleProperty.IsValid { get; set; }
If parsing this property was successful or failed
Returns:
bool—public int Sandbox.UI.IStyleBlock.StyleProperty.Line { get; set; }
The line in the file containing this value
Returns:
int—public string Sandbox.UI.IStyleBlock.StyleProperty.Name { get; set; }
Name of the property, ie "color" or "width"
Returns:
string—public string Sandbox.UI.IStyleBlock.StyleProperty.OriginalValue { get; set; }
The value that was loaded from the .scss file
Returns:
string—public string Sandbox.UI.IStyleBlock.StyleProperty.Value { get; set; }
Current value of the property (which is being rendered)
Returns:
string—No results match this filter.