WPF XAML demo: Difference between revisions

Jump to navigation Jump to search
1 byte added ,  05:51, 23 September 2022
remove faulty lines
(comment out faulty attachment)
(remove faulty lines)
Line 51: Line 51:
       win.Show
       win.Show
</syntaxhighlight>
</syntaxhighlight>
The following window is displayed:
<!-- The following window is displayed:


<!-- {{attachment:Sample1.png || width=250}} -->
{{attachment:Sample1.png || width=250}} -->


<syntaxhighlight lang=apl inline>FixSimpleXaml</syntaxhighlight> is a function used to execute the XAML and return the root element as a .Net object.  All the other elements that are named in the XAML will be attached to their names to the root object automatically.
<syntaxhighlight lang=apl inline>FixSimpleXaml</syntaxhighlight> is a function used to execute the XAML and return the root element as a .Net object.  All the other elements that are named in the XAML will be attached to their names to the root object automatically.
trusted
69

edits

Navigation menu