property Label.RequiredHeight as Long
Returns the height of the label required to display its entire contents.

TypeDescription
Long A long expression that specifies the height of the label required to display its entire contents.
The RequiredHeight property is read only. The RequiredHeight property gets the height required to resize the control's content so its caption fits entirely. The RequiredWidth property returns the width of the label required to display its entire contents. If the control's AutoSize property is True, the control is automatically resized to fit its entire content. The RequiredHeight property includes the control's borders.