DesktopCheckBox.Italic

From Xojo Documentation

Property (As Boolean )
aDesktopCheckBox.Italic = newBooleanValue
or
BooleanValue = aDesktopCheckBox.Italic

New in 2021r3

Supported for all project types and targets.

If True, applies the italic style to the checkbox's caption and/or its text content if any.

Notes

On macOS, apps can only display font styles that are available. You cannot force a font to display in bold or italic if it does not have bold or italic variations available. In this situation, the Italic property will not affect the font.

Sample Code

The following sets the Italic property for the checkbox.

Me.Italic = True