atom-beautify/examples/simple-jsbeautifyrc/ux-markup/original/test.ux

3 lines
297 B
XML

<App> <DockPanel> <StatusBarBackground Dock="Top"/> <ScrollView ClipToBounds="true"> <StackPanel> <Text FontSize="30">Hello, world!</Text> <Slider/> <Button Text="Button"/> <Switch Alignment="Left"/> </StackPanel> </ScrollView> </DockPanel>
</App>