You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
319 B
Smalltalk

The same padding on all four sides
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Title="About WPF"
Background="Red">
<Canvas>
<Label Padding="2" Background="Blue">0</Label>
<Label Padding="8" Background="Blue">10</Label>
</Canvas>
</Window>