WPF XAML demo: Difference between revisions

Jump to navigation Jump to search
10 bytes added ,  05:51, 23 September 2022
remove faulty lines
m (Text replacement - "</source>" to "</syntaxhighlight>")
(remove faulty lines)
(One intermediate revision by the same user not shown)
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