Hello, world!
Posted feedbacks - XAML
Loose XAMLです。.NET Framework 3.0のある環境で、このコードを拡張子xamlで保存すれば、ダブルクリックすると表示できます。
1 2 3 4 5 6 7 8 9 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Page
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Label
FontSize="36pt"
HorizontalContentAlignment="Center"
VerticalContentAlignment="Center">Hello, wrold!</Label>
</Page>
|


にしお
#3358()
Rating0/0=0.00
[ reply ]