ReportLabel.TextUnit
From Xojo Documentation
Property (As FontUnits )
aReportLabel.TextUnit = newFontUnitsValue
or
FontUnitsValue = aReportLabel.TextUnit
Supported for all project types and targets.
or
FontUnitsValue = aReportLabel.TextUnit
Supported for all project types and targets.
The unit in which TextSize is measured.
The choices are:
Value | Description |
---|---|
0 | Default |
1 | Pixel |
2 | Point |
3 | Inch |
4 | Millimeter |