Set font size for the alarm grid
- Last UpdatedOct 10, 2024
- 1 minute read
The font size for the alarm grid control in the AlarmApp can be set using the FontSize property.

Typical font sizes for the grid are 18 to 20, and the font size is set by scripting.
MyContent.AlarmControl1.FontSize = 18;
You can also set the font family through scripting, using the FontFamily property.