WPF XAML demo: Difference between revisions

Jump to navigation Jump to search
23 bytes added ,  10:31, 24 February 2020
no edit summary
(Created page with "= wpfXamlDemo = '''wpfXamlDemo''' is a Dyalog APL namespace that demonstrates the use of WPF Xaml with some utility functions. Please read the Dyalog tutorials for a more de...")
 
No edit summary
Line 10: Line 10:
All you can do in XAML can also be done in code. XAML is just another way to create and initialize objects.
All you can do in XAML can also be done in code. XAML is just another way to create and initialize objects.


You can use WPF without using XAML. It's up to you whether you want to declare it in XAML or write it as code.  There is an [https://msdn.microsoft.com/en-us/library/ms752059(v=vs.100).aspx|Xaml overview] from Microsoft.
You can use WPF without using XAML. It's up to you whether you want to declare it in XAML or write it as code.  There is a [https://msdn.microsoft.com/en-us/library/ms752059(v=vs.100).aspx Xaml Overview] from Microsoft.


{{Collapse|Here is an example of Xaml found in the attached namespace called '''sample1''':|
{{Collapse|Here is an example of Xaml found in the attached namespace called '''sample1''':|
Line 647: Line 647:
Original author: [[User:PierreGilbert|Pierre Gilbert]]
Original author: [[User:PierreGilbert|Pierre Gilbert]]
----
----
[[Category:Dyalog DotNet WPF]]
[[Category:Dyalog]][[Category:DotNet]][[Category:WPF]]


<references />
<references />

Navigation menu