The following code is an example usage of String
object using XAML with newline attempt:
xmlns:system="clr-namespace:System;assembly=mscorlib"
...
<system:String x:Key="Add">Add\nNew Item</system:String>
Thanks.
The following code is an example usage of String
object using XAML with newline attempt:
xmlns:system="clr-namespace:System;assembly=mscorlib"
...
<system:String x:Key="Add">Add\nNew Item</system:String>
Thanks.