TcxBorder Type
Enumerates individual borders of a rectangular frame or outline.
Declaration
TcxBorder = cxGeometry.TcxBorder;
Referenced Class
Type |
---|
TcxBorder |
Remarks
Options include:
Value | Description |
---|---|
bLeft | Defines a left (vertical) border of a rectangle (cell). |
bTop | Defines a top (horizontal) border of a rectangle (cell). |
bRight | Defines a right (vertical) border of a rectangle (cell). |
bBottom | Defines a bottom (horizontal) border of a rectangle (cell). |
API members that can affect individual cell borders use the corresponding TcxBorder values to address them. The TcxBorders type references the TcxBorder type.
See Also