Method wpfBuilder.Multiline
Overload
Makes the last added System.Windows.Controls.TextBox multiline.
public wpfBuilder Multiline(WBLength? height = null, TextWrapping wrap = TextWrapping.WrapWithOverflow)
Parameters
|
height (WBLength?)
If not |
| wrap (TextWrapping) |
Returns
Exceptions
|
NotSupportedException
The last added element is not TextBox. |