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

TypeDescription
Long A long expression that specifies the width in pixels, to indent the control's label from the left and right borders.
By default, the BorderWidth 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. The RequiredHeight property returns the height of the label required to display its entire contents. The RequiredWidth property returns the width of the label required to display its entire contents.