PositionType

enumeration

매뉴얼로 전환

설명

This enumeration contains values to control how an element is positioned in its parent container.

변수

RelativeThe element is positioned in relation to its default box as calculated by layout.
AbsoluteThe element is positioned in relation to its parent box and does not contribute to the layout anymore.