StylePropertyclass

objectStyleProperty
Namespace
global
Assembly
Sandbox.System
Declaration
public sealed struct Sandbox.UI.IStyleBlock.StyleProperty

Properties5

Showing 5 properties

public bool Sandbox.UI.IStyleBlock.StyleProperty.IsValid { get; set; }PUBLICGETSET

If parsing this property was successful or failed

Returns:bool

public string Sandbox.UI.IStyleBlock.StyleProperty.Name { get; set; }PUBLICGETSET

Name of the property, ie "color" or "width"

Returns:string

public string Sandbox.UI.IStyleBlock.StyleProperty.OriginalValue { get; set; }PUBLICGETSET

The value that was loaded from the .scss file

Returns:string

public string Sandbox.UI.IStyleBlock.StyleProperty.Value { get; set; }PUBLICGETSET

Current value of the property (which is being rendered)

Returns:string

On this page