struct StyleSheetCollection

in global :: Sandbox . UI

A collection of objects applied directly to a panel. See .


public void Add( StyleSheet sheet )

Add a stylesheet directly

public void Load( string filename, bool inheritVariables = True )

Load the stylesheet from a file.

public void Parse( string stylesheet, bool inheritVariables = True )

Load the stylesheet from a string.

public void Remove( StyleSheet sheet )

Remove a specific from the collection.

public void Remove( string wildcardGlob )

Remove all stylesheets whose filename matches this wildcard glob.

public IEnumerable<ValueTuple<string,string>> CollectVariables( )

😔 No documentation found.

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.