intymny pustka button1_Click (przedmiot nadawca, EventArgs e)
{
// Tworzyć Grafika protestować dla the Kontrola.
Grafika g = label1.CreateGraphics ();
Chrzcielnica nf = nowy Chrzcielnica (label1.Font, FontStyle.Bold);
// Dostawać the Rozmiar the tekst Tekst.
Rozmiar preferredSize = g.MeasureString (
label1.Text, nf) .ToSize ();
label1.Font = nf;
label1.ClientSize = nowy Rozmiar (preferredSize.Width, preferredSize.Height); // ty móc niektóre podszycie przestrzeń the szerokość i wzrost tutaj
// Czyścić przedmiot the Grafika przedmiot.
g.Dispose ();
}
|