struct WhiteSpace

in global :: Sandbox . UI

Possible values for white-space CSS property.


public static WhiteSpace Normal

Sequences of white spaces are collapsed, text will wrap when necessary. Default.

public static WhiteSpace NoWrap

Sequences of white spaces are collapsed and linebreaks are suppressed.

public static WhiteSpace PreLine

Sequences of white spaces are collapsed, text will wrap when necessary, linebreaks are preserved.

public static WhiteSpace Pre

Sequences of white space are preserved, lines are only broken at newline characters in the source.

public bool HasFlag( Enum flag )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public int CompareTo( object target )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public string ToString( string format )

😔 No documentation found.

public string ToString( IFormatProvider provider )

😔 No documentation found.

public string ToString( string format, IFormatProvider provider )

😔 No documentation found.

public TypeCode GetTypeCode( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public int value__

😔 No documentation found.