Code Snippet using System; using System.Drawing; using System.Windows.Forms; namespace MyControls { /// /// A label that supports vertical auto resizing. /// public class Label : System.Windows.Forms.Label { private bool bChang。