Add a base line guideline in design mode for a Windows Forms User Control
It is that simple: Just add the following attribute to your code-behind class definition: [Designer( @“System.Windows.Forms.Design.ButtonBaseDesigner, System.Design“ )] Then, you’ll have a nice base-line guideline.