Honeycombs: Difference between revisions

Content added Content deleted
m (Got rid of extra spaces at top and bottom of code)
m (Doh! Forgot to eliminate top and bottom blank lines in xaml also.)
Line 571: Line 571:
}</lang>
}</lang>
XAML:
XAML:
<lang xml>
<lang xml><Window x:Class="Honeycombs.MainWindow"
<Window x:Class="Honeycombs.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Line 584: Line 583:
<Canvas x:Name="HoneycombCanvas" HorizontalAlignment="Center" VerticalAlignment="Center"/>
<Canvas x:Name="HoneycombCanvas" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</Grid>
</Grid>
</Window>
</Window></lang>
</lang>
[[File:CSharpHoneycomb.jpg]]
[[File:CSharpHoneycomb.jpg]]