SWT Labels. Labels are simple widgets that can contain either text or an image.
Properties that can be defined for this element:
Background color for labels.
Background image or gradient for Label.
Border for labels.
Border radius. The border radius has no effect if an enhanced border, like "inset" or "outset" is used.
Text color for labels.
Control's cursor.
Text font for labels.
The opacity of the label. A value between 0 and 1.
Decoration for label text.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Indicates that the widget should have a border.
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies to disabled labels.
Applies to widgets while the cursor hovers over them.