struct Wrap

in global :: Sandbox . UI

Possible values for flex-wrap CSS property.


public static Wrap NoWrap

Elements will be laid out in a single line.

public static Wrap Wrap

Elements will be moved to subsequent lines on overflow.

public static Wrap WrapReverse

Same as , but the line order will be reversed, i.e. if one item overflows the width, it will be placed on the first line, and the others will be placed on the second line.

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.