|
Net-Framework/WPF/Basics
XAML: Text break in the button
|
06.07.2017 3723
|
XAML: Text break in the button
WPF,
UWP, XAML, TextWrap, Wrap, LineBreak
The
UIElement, Framework ElementButton has no direct option for the text break
If you
want a text break in a button, you have to either set a sub-element TextBlock
inside t
|