Files
eveo/ExeFile/MainWindow.xaml
ulf hammarqvist b3fa49fd1d Added ExeFile (wpf) mocks with
random color and window title
2015-02-19 18:28:36 +01:00

11 lines
409 B
XML

<Window x:Class="ExeFile.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Mock " Height="480" Width="640">
<Grid x:Name="grid">
<Grid.Background>
<SolidColorBrush Color="{Binding Background.Color, ElementName=grid}"/>
</Grid.Background>
</Grid>
</Window>