struct IStyleBlock.StyleProperty

in global :: Sandbox . UI

😔 No documentation found.


public string Name { get; set; }

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

public string Value { get; set; }

Current value of the property (which is being rendered)

public string OriginalValue { get; set; }

The value that was loaded from the .scss file

public int Line { get; set; }

The line in the file containing this value

public bool IsValid { get; set; }

If parsing this property was successful or failed

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.