mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
21 lines
566 B
Plaintext
21 lines
566 B
Plaintext
<UIX xmlns="http://schemas.microsoft.com/2007/uix"
|
|
xmlns:iris="assembly://UIX/Microsoft.Iris">
|
|
<UI Name="Default">
|
|
<Locals>
|
|
<iris:Command Name="SelectCommand"/>
|
|
</Locals>
|
|
<Content>
|
|
<Text Color="Red">
|
|
<Content>Howdy from Microsoft.Iris!</Content>
|
|
</Text>
|
|
</Content>
|
|
</UI>
|
|
|
|
<UI Name="Alt">
|
|
<Content>
|
|
<Text Color="Blue" Font="JetBrains Mono">
|
|
<Content>This is some blue text</Content>
|
|
</Text>
|
|
</Content>
|
|
</UI>
|
|
</UIX> |