Hi,
Is it possible in Visual Studio 2010 (C# - WPF) to foresee a button with multiple lines of text?
When I edit the text property of a button, it just goes invisible "outside" of the button.
Is is possible to divide the text on a button into two (or more) lines?
Greetz!
Loading
VulpesPosted May 31, 2011, 3:42 PM
Kevin BrigittaPosted May 31, 2011, 3:33 PM
How can I put an image (icon) AND text into 1 button?
VulpesPosted May 31, 2011, 3:24 PM
Kevin BrigittaPosted May 31, 2011, 3:22 PM
FroglegPosted May 31, 2011, 3:19 PM
VulpesPosted May 31, 2011, 3:18 PM
button1.Content = "Press\r\nMe";