client/src/Iri.Modernisation.Controls/View/ClickMenu/icons/ClickMenuIcon_TextAnnotation.xaml
author Matthieu Totet
Tue, 05 Jan 2010 15:53:48 +0100
changeset 28 2d4ec5ab2a40
parent 0 249d70e7b32d
permissions -rw-r--r--
Commit Before SL4

<UserControl
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
	mc:Ignorable="d"
	x:Class="Iri.Modernisation.Controls.View.ClickMenuIcon_TextAnnotation">

	<Grid x:Name="LayoutRoot" Background="#FFFF2A2A">
		<Rectangle Fill="White" Stroke="Black"/>
	</Grid>
</UserControl>