ClearMode
The enumeration with all possible clear modes.
Both = 3
The element is moved down to clear past both left and right floats.
Left = 1
The element is moved down to clear past left floats.
None = 0
The element is not moved down to clear past floating elements.
Right = 2
The element is moved down to clear past right floats.