property Record.LabelSize as Long
Retrieves or sets a value that indicates the size of the label.

TypeDescription
Long A long expression that indicates the size of the label.
The LabelSize property specifies the size of the label in the editors. By default, the LabelSize property is 64 pixels. Use the Label property to specify the editor's label. Use the FieldWidth property to specify the width of the fields. A field contains the label and the editor. Use the HBorderField property to specify the distance between two fields on the horizontal axis. Use the BorderWidth property to specify the control's border.