WPF XAML demo: Difference between revisions

Jump to navigation Jump to search
9 bytes added ,  05:45, 23 September 2022
comment out faulty attachment
m (Text replacement - "</source>" to "</syntaxhighlight>")
(comment out faulty attachment)
Line 53: Line 53:
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