Boolean value that applies/removes a border line around text.
Supported values are the following:
Value
|
Meaning
|
FALSE (default)
|
The border is removed.
|
TRUE
|
The border is applied.
|
The color of the border line can be set with the TextDescriptor.ColorBorder property.
The following is a button sample with a text bordered with a black line.
|