MobileButton.CaptionFont
From Xojo Documentation
Property (As Font )
aMobileButton.CaptionFont = newFontValue
or
FontValue = aMobileButton.CaptionFont
New in 2020r2
Supported for all project types and targets.
or
FontValue = aMobileButton.CaptionFont
New in 2020r2
Supported for all project types and targets.
The font of the text/caption of the button.
See Also
Caption and CaptionColor properties; Font class