Api Sandbox UI PositionMode
enum

PositionMode

public sealed enum PositionMode : Enum

Possible values for position CSS property.

Enum Values

Name Value Description
Static Default, the top, right, bottom, left, and z-index properties have no effect.
Relative Enables top, right, bottom, left, and z-index to offset the element from its would-be position with Static.
Absolute Same as Relative, but the elements size does not affect other elements at all.
Assembly: Sandbox.System Namespace: Sandbox.UI Full Name: Sandbox.UI.PositionMode