API Referenceglobal
public sealed struct Sandbox.UI.IStyleBlock.StyleProperty
Properties
Showing 5 properties
public bool Sandbox.UI.IStyleBlock.StyleProperty.IsValid { get; set; }
If parsing this property was successful or failed
public int Sandbox.UI.IStyleBlock.StyleProperty.Line { get; set; }
The line in the file containing this value
public string Sandbox.UI.IStyleBlock.StyleProperty.Name { get; set; }
Name of the property, ie "color" or "width"
public string Sandbox.UI.IStyleBlock.StyleProperty.OriginalValue { get; set; }
The value that was loaded from the .scss file
public string Sandbox.UI.IStyleBlock.StyleProperty.Value { get; set; }
Current value of the property (which is being rendered)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.UI.IStyleBlock.StyleProperty |