CSS::BorderStyle Struct Reference

#include <CSSUnit.hpp>

List of all members.


Detailed Description

The border style.


Public Types

enum  Style {
  None = 1, Hidden = 2, Dotted = 3, Dashed = 4,
  Solid = 5, Double = 6, Groove = 7, Ridge = 8,
  Inset = 9, Outset = 10
}


Member Enumeration Documentation

enum CSS::BorderStyle::Style

Enumerator:
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).


The documentation for this struct was generated from the following file:

(C) An X-Ryl669 project 2007

This document describes Unlimited Zooming Interface source code. UZI stands for Unlimited Zooming Interface, and source code license is