MobileScreen.LargeTitleDisplayMode
From Xojo Documentation
Property (As MobileScreen.LargeTitleDisplayModes )
aMobileScreen.Name = newMobileScreen.LargeTitleDisplayModesValue
or
MobileScreen.LargeTitleDisplayModesValue = aMobileScreen.Name
New in 2020r2
Supported for all project types and targets.
or
MobileScreen.LargeTitleDisplayModesValue = aMobileScreen.Name
New in 2020r2
Supported for all project types and targets.
Dictates if and when the screen title should be displayed in a larger size.
Notes
Sample Code
// Always display the title in a large font size
Self.LargeTitleDisplayMode = MobileScreen.LargeTitleDisplayModes.Always
Self.LargeTitleDisplayMode = MobileScreen.LargeTitleDisplayModes.Always
See Also
LargeTitleDisplayModes enumeration.