WebLabel.Bold

From Xojo Documentation

Property (As Boolean )
aWebLabel.Bold = newBooleanValue
or
BooleanValue = aWebLabel.Bold

New in 2020r1

Supported for all project types and targets.

If True, applies the bold style to the caption of the label.

Sample Code

The following code in the Opening event of the control sets the caption to bold.

Me.Bold = True