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.

18 lines
325 B
Smalltalk

The same margin on all four sides
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Title="About WPF"
Background="Red">
<Canvas>
<Border BorderBrush="Black" BorderThickness="1">
<Label Margin="12" Background="Aqua">12</Label>
</Border>
</Canvas>
</Window>