Files
ZuneUIXTools/test/testA.uix
T

17 lines
434 B
Plaintext
Raw Normal View History

2021-04-02 13:10:52 -05:00
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
<UI Name="Default">
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>