TcxBorder Enum
In This Article
Enumerates borders of a rectangular frame or outline.
#Declaration
Delphi
TcxBorder = (
bLeft,
bTop,
bRight,
bBottom
);
#Members
Name | Description |
---|---|
b
|
A left (vertical) border of a rectangle (cell). |
b
|
A top (horizontal) border of a rectangle (cell). |
b
|
A right (vertical) border of a rectangle (cell). |
b
|
A bottom (horizontal) border of a rectangle (cell). |
#Remarks
The TcxBorders type references the TcxBorder
type.
See Also