src/FingersDance.Control.TimeLine/FingersDance.Control.TimeLine.Ressources_files/Pause.xaml
author cavaliet
Tue, 13 Oct 2009 10:43:39 +0200
changeset 140 fc7c12f9da30
parent 93 ac20121c930b
permissions -rw-r--r--
Add a confirm dialog box before deleting an annotation by drag and drop. Now the UserControlClose is a generic confirm dialog box sending a ConfirmYesOrNo Event.

<?xml version="1.0" encoding="utf-8"?>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
	<DrawingBrush x:Key="Pause" Stretch="Uniform">
		<DrawingBrush.Drawing>
			<DrawingGroup ClipGeometry="F1 M 0,0L 3.37118,0L 3.37118,10.9882L 0,10.9882L 0,0">
				<DrawingGroup.Children>
					<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M 0.100037,0.0999756L 1.24683,0.0999756L 1.24683,10.8882L 0.100037,10.8882L 0.100037,0.0999756 Z ">
						<GeometryDrawing.Pen>
							<Pen Thickness="0.199975" LineJoin="Round" Brush="#FF000000"/>
						</GeometryDrawing.Pen>
					</GeometryDrawing>
					<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M 2.12445,0.0999756L 3.27124,0.0999756L 3.27124,10.8882L 2.12445,10.8882L 2.12445,0.0999756 Z ">
						<GeometryDrawing.Pen>
							<Pen Thickness="0.199975" LineJoin="Round" Brush="#FF000000"/>
						</GeometryDrawing.Pen>
					</GeometryDrawing>
				</DrawingGroup.Children>
			</DrawingGroup>
		</DrawingBrush.Drawing>
	</DrawingBrush>
</ResourceDictionary>