Language detail: XAML

Coverage: 0.71%
number of '+' ratings
contribution for coverage

Unsolved challenges

codes

Feed

Used modules

ウィンドウの表示 (Nested Flatten)
100x75だと「こんにち...」になっちゃうけど許して(笑)。
1
2
3
4
5
<Window x:Class="Window.Konnichiwa"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="こんにちは、GUI!" Width="100" Height="75" WindowStartupLocation="CenterScreen" WindowStyle="ToolWindow">
</Window>
XAMLでGUI!
1
2
3
4
5
6
7
8
<Window x:Class="Window.Konnichiwa"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="Doukaku" Width="100" Height="75" WindowStartupLocation="CenterScreen" WindowStyle="ToolWindow">
  <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center">
    <TextBlock FontSize="8">こんにちは、GUI!</TextBlock>
  </StackPanel>
</Window>

Index

Feed

Other

Link

Pathtraq

loading...