Property
GroupBox.TextUnit
Warning
This item was deprecated in version 2019r2. Please use GroupBox.FontUnit as a replacement.
Description
The unit in which TextSize is measured.
Notes
Use the folowing FontUnit class constants. The choices are:
Description |
---|
Default |
Pixel |
Point |
Inch |
Millimeter |
Sample code
The following sets the font units to Millimeter.
Me.TextUnit = FontUnits.Millimeter
Compatibility
All project types on all supported operating systems.