struct PositionMode

in global :: Sandbox . UI

Possible values for position CSS property.


public static PositionMode Static

Default, the top, right, bottom, left, and z-index properties have no effect.

public static PositionMode Relative

Enables top, right, bottom, left, and z-index to offset the element from its would-be position with .

public static PositionMode Absolute

Same as , but the elements size does not affect other elements at all.

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.