BevelButton.TextSizeUnit

From Xojo Documentation

Property (As TextSizeUnits )
aBevelButton.TextSizeUnit = newTextSizeUnitsValue
or
TextSizeUnitsValue = aBevelButton.TextSizeUnit

New in 2019r2

Supported for all project types and targets.

The units in which BevelButton.TextSize is measured. Use the class constants rather than the numeric values in code.

Notes

The options are:

Value Class Constant
0 Default
1 Pixel
2 Point
3 Inch
4 Millimeter

Sample Code

Me.TextSizeUnit = TextSizeUnits.Point

See Also

TextSizeUnits