src/FingersDance.Control.TimeLine/FingersDance.Control.TimeLine.Ressources_files/SliderPlay.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="SliderPlay" Stretch="Uniform">
		<DrawingBrush.Drawing>
			<DrawingGroup ClipGeometry="F1 M 0,0L 9.26465,0L 9.26465,10.5882L 0,10.5882L 0,0">
				<DrawingGroup.Children>
					<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M 9.26465,5.8869L 0,10.5881L 0,8.96826L 6.93817,5.57324L 6.93817,5.50775L 0,1.63367L 0,0L 9.26465,5.24585L 9.26465,5.8869 Z ">
						<GeometryDrawing.Pen>
							<Pen Thickness="0.199975" LineJoin="Round" Brush="#FF000000"/>
						</GeometryDrawing.Pen>
					</GeometryDrawing>
				</DrawingGroup.Children>
			</DrawingGroup>
		</DrawingBrush.Drawing>
	</DrawingBrush>
</ResourceDictionary>