ReportLabel.Bold
From Xojo Documentation
Revision as of 21:20, 13 August 2021 by Gperlman (talk | contribs) (Removed redirect to Bold property)
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Boolean )
aReportLabel.Bold = newBooleanValue
or
BooleanValue = aReportLabel.Bold
Supported for all project types and targets.
or
BooleanValue = aReportLabel.Bold
Supported for all project types and targets.
If True, applies the bold style to the control's caption and/or its text content if any.
Notes
Mac 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 Bold property will not affect the font.