Background Image control winform align image on button left
private void btn_back_Click(object sender, EventArgs e) { this.BackgroundImageLayout = ImageLayout.Stretch; btn_back.BackgroundImage = Properties.Resources.back_icon; btn_back.BackgroundImageLayout = ImageLayout.Center; }