struct DisplayMode

in global :: Sandbox . UI

Possible values for display CSS property.


public static DisplayMode Flex

Display via CSS flexbox.

public static DisplayMode None

Do not display at all.

public static DisplayMode Contents

Causes an element's children to appear as if they were direct children of the element's parent, ignoring the element itself. This can be useful when a wrapper element should be ignored.

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.