Multiple choice technology programming languages

What is a property to resize a label control according to your caption?

  1. Resize

  2. WordWrap

  3. Appearance

  4. AutoSize

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The AutoSize property in Visual Basic label controls automatically adjusts the label's width and height to fit its caption text. When set to True, the label resizes itself dynamically as the caption changes, ensuring the entire text is visible without manual sizing.