#include <CSSUnit.hpp>
Public Types | |
| enum | Style { None = 1, Hidden = 2, Dotted = 3, Dashed = 4, Solid = 5, Double = 6, Groove = 7, Ridge = 8, Inset = 9, Outset = 10 } |
| None | No border visible, width and height of border is forced to 0. |
| Hidden | Almost the same as none, except for table element when border conflict [ http://www.w3.org/TR/REC-CSS2/tables.html#border-conflict-resolution ]. |
| Dotted | The border is displayed as dotted line. |
| Dashed | The border is displayed as a series of short lines. |
| Solid | The border is displayed as a solid color line. |
| Double | The border is displayed as 2 solid color lines. |
| Groove | The border gives a 3D aspect as if the content jumped into the canvas (look like the static edge windows control). |
| Ridge | The border gives a 3D aspect as if the content jumped out the canvas. |
| Inset | The border is made to look like the content is embedded in the canvas (simple 2D effect). |
| Outset | The border is made to look like the content is embedded out of the canvas (simple 2D effect). |
