challenge Hello, world!

「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>

Index

Feed

Other

Link

Pathtraq

loading...