WebObjectTree for PHP
Public Attributes | List of all members
Coalesys\WebObjectTree\BorderStyle Class Reference

BorderStyle enumeration. More...

Public Attributes

const Dashed = 3
 A dashed line border. More...
 
const Dotted = 2
 A dotted line border. More...
 
const Double = 5
 A double line border. More...
 
const Groove = 6
 A grooved line border. More...
 
const Inset = 8
 An inset line border. More...
 
const None = 1
 No border on the control. More...
 
const NotSet = 0
 No border style set. More...
 
const Outset = 9
 An outset line border. More...
 
const Ridge = 7
 A ridge line border. More...
 
const Solid = 4
 A solid line border. More...
 

Detailed Description

BorderStyle enumeration.

Member Data Documentation

const Coalesys\WebObjectTree\BorderStyle::Dashed = 3

A dashed line border.

const Coalesys\WebObjectTree\BorderStyle::Dotted = 2

A dotted line border.

const Coalesys\WebObjectTree\BorderStyle::Double = 5

A double line border.

const Coalesys\WebObjectTree\BorderStyle::Groove = 6

A grooved line border.

const Coalesys\WebObjectTree\BorderStyle::Inset = 8

An inset line border.

const Coalesys\WebObjectTree\BorderStyle::None = 1

No border on the control.

const Coalesys\WebObjectTree\BorderStyle::NotSet = 0

No border style set.

const Coalesys\WebObjectTree\BorderStyle::Outset = 9

An outset line border.

const Coalesys\WebObjectTree\BorderStyle::Ridge = 7

A ridge line border.

const Coalesys\WebObjectTree\BorderStyle::Solid = 4

A solid line border.


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