WebLabel.Italic
From Xojo Documentation
Property (As Boolean )
aWebLabel.Italic = newBooleanValue
or
BooleanValue = aWebLabel.Italic
New in 2020r1
Supported for all project types and targets.
or
BooleanValue = aWebLabel.Italic
New in 2020r1
Supported for all project types and targets.
If True, applies the italic style to the caption of the label.
Sample Code
The following code in the Opening event of the control sets the caption to italic.