Boolean value that applies/removes a solid background rectangle to text.
Supported values are the following:
Value
|
Meaning
|
False (default)
|
The solid background is removed.
|
True
|
The solid background is applied.
|
The color of the solid background rectangle can be set through the TextDescriptor.ColorSolidBack property.
Below you can see two samples of button with solid background applied: the left one has the TextDescriptor.Border property set to False while the right one has the same property set to True.
|