Files
BeWoPlaner/BeWo/LogoPage.xaml

20 lines
529 B
XML

<Page
x:Class="BeWo.LogoPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:BeWo="clr-namespace:BeWo"
x:Name="Page"
Width="640"
Height="480"
FlowDirection="LeftToRight"
WindowHeight="480"
WindowTitle="Page"
WindowWidth="640">
<Grid
x:Name="LayoutRoot"
Width="300"
Height="300">
<BeWo:BSLogoControl Width="400" Height="400" />
</Grid>
</Page>