#EANF#
Easy example, lets say I'm creating a Label like that:
Label label = new Label();
label.Text = "Hello" + "20.50";
label.Width = 250;
label.Height = 100;
panel1.Controls.Add(label);
How could I say that the "20.50" should appear in the lowest right edge of
the label?
For clarity I made a little example in word:
How could I achieve this? Any help appreciated!
No comments:
Post a Comment