Visual Basic cómo cambiar dinámicamente un botón a negrita

btn.Font = new Font("Font Name", 16.0, FontStyle.Bold)
Annoying Ant