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