programming-examples/c-sharp/Others/Property Inheritance.cs
2019-11-15 12:59:38 +01:00

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>