scaleVertical

Text Properties for general information about the Text component.

Enables the Text component to scale when the Dashboard is automatically scaled to screen. (See Arrange Components.) Set to false to prevent the Text from scaling, which may be appropriate when the Text is used as a label for components that do not scale, such as Radio Button.

Type

Boolean

true: scale text
false: do not scale text

Example

Text1.scaleVertical = false;

Either syntax below can be used in component script:

scaleVertical            // unqualified
Text1.scaleVertical      // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.