enum PositionMode : System.Enum

robot_2Generated
code_blocksInput

Description

The PositionMode enumeration defines possible values for the position CSS property in the Sandbox UI framework. It determines how an element is positioned in the document layout.

Members

Fields

Member NameSummary
StaticDefault, the top, right, bottom, left, and z-index properties have no effect.
RelativeEnables top, right, bottom, left, and z-index to offset the element from its would-be position with Static.
AbsoluteSame as Relative, but the element's size does not affect other elements at all.