Skip to content

Instantly share code, notes, and snippets.

@ertugrulozcan
Last active November 24, 2015 21:18
Show Gist options
  • Save ertugrulozcan/9a09a8ece501939fded6 to your computer and use it in GitHub Desktop.
Save ertugrulozcan/9a09a8ece501939fded6 to your computer and use it in GitHub Desktop.
<UserControl
x:Class="Snake.Components.Pixel"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Snake.Components"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
d:DesignHeight="100"
d:DesignWidth="100">
<Grid Background="{Binding PixelColor}" Margin="1">
</Grid>
</UserControl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment