Files
ZuneUIXTools/test/testA.uix
T

21 lines
566 B
Plaintext
Raw Normal View History

2024-02-01 11:43:03 -06:00
<UIX xmlns="http://schemas.microsoft.com/2007/uix"
xmlns:iris="assembly://UIX/Microsoft.Iris">
<UI Name="Default">
2024-02-01 11:43:03 -06:00
<Locals>
<iris:Command Name="SelectCommand"/>
</Locals>
2021-04-02 23:06:02 -05:00
<Content>
<Text Color="Red">
2021-04-02 23:06:02 -05:00
<Content>Howdy from Microsoft.Iris!</Content>
</Text>
</Content>
2021-04-02 13:10:52 -05:00
</UI>
<UI Name="Alt">
<Content>
<Text Color="Blue" Font="JetBrains Mono">
<Content>This is some blue text</Content>
</Text>
</Content>
</UI>
2021-04-02 13:10:52 -05:00
</UIX>