uBorderToRemove
Flag that indicates which border to remove. These values can be combined using the OR operator . Possible values are:
Value |
Meaning |
BORDER_LEFT |
Remove the left border. |
BORDER_RIGHT |
Remove the right border. |
BORDER_TOP |
Remove the top border. |
BORDER_BOTTOM |
Remove the bottom border. |
BORDER_ALL |
Remove all borders. This is the same as BORDER_LEFT | BORDER_RIGHT | BORDER_TOP | BORDER_BOTTOM. |