Boolean value that applies/removes a border line around the 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 through the TextDescriptor.ColorBorder property.
Below you can see a button sample with a text bordered with a black line.
|