Added simple Iris test app

This commit is contained in:
Yoshi Askharoun
2022-07-15 21:00:29 -05:00
parent acb5d5f59d
commit da71a596a9
5 changed files with 84 additions and 6 deletions
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
<UI Name="Frame">
<Content>
<Panel Layout="VerticalFlow">
<Children>
<Graphic Content="clr-res://SimpleIrisApp!ZuneDevLogo.png" StretchingPolicy="Uniform"
SizingPolicy="SizeToContent" MaximumSize="140,0"/>
<Text Content="Howdy from Microsoft Iris!" Font="Segoe UI,14" Color="White"/>
</Children>
</Panel>
</Content>
</UI>
</UIX>