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.

15 lines
343 B
Smalltalk

Property Inheritance
<StackPanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
HorizontalAlignment="Center"
TextBlock.FontSize="28pt"
TextBlock.Foreground="Aqua" >
<TextBlock>
TextBlock
</TextBlock>
<Button>
Button
</Button>
</StackPanel>