DesktopTabPanel.FontSize

From Xojo Documentation

Property (As Single )
aDesktopTabPanel.FontSize = newSingleValue
or
SingleValue = aDesktopTabPanel.FontSize

New in 2021r3

Supported for all project types and targets.

Point size of the font used to display the captions of that tabs.

Notes

If you enter zero as the FontSize, your app will use the font size that works best for the platform on which it is running.

Sample Code

This code sets the font size to 16 points.

Me.FontSize = 16