Button.label
string label() @property nothrowGet label property.
Returns
Text of the label inside the button, if the button contains a label widget.
void label(string propval) @property nothrowSet label property.
Parameters
propval | Text of the label inside the button, if the button contains a label widget. |