property Label.BorderHeight as Long
Sets or retrieves a value that indicates the border height of the control.

TypeDescription
Long A long expression that specifies the width in pixels, to indent the control's label from the top and bottom borders.
By default, the BorderHeight property is 0. Use the BorderWidth and BorderHeight property to indent the control's label from the borders of the control. Use the Appearance property to specify the control's borders. Use the AutoSize property to resize the control to fit its entire content.