DeleteItem.xaml

12 lines | 847 B Blame History Raw Download
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
	<DrawingBrush x:Key="DeleteItem" Stretch="Uniform">
		<DrawingBrush.Drawing>
			<DrawingGroup>
				<DrawingGroup.Children>
					<GeometryDrawing Brush="{DynamicResource UiElementForeground}" Geometry="F1 M 14,51L 14,24L 40,24L 40,32L 46,32L 46,43L 40,43L 40,51L 14,51 Z M 43,40L 43,35L 17,35L 17,40L 43,40 Z M 37,43L 17,43L 17,48L 37,48L 37,43 Z M 37,32L 37,27L 17,27L 17,32L 37,32 Z M 50.2708,42.3542L 54.625,38L 50.2708,33.6458L 52.6458,31.2708L 57,35.625L 61.3542,31.2708L 63.7291,33.6458L 59.375,38L 63.7292,42.3542L 61.3542,44.7292L 57,40.375L 52.6458,44.7292L 50.2708,42.3542 Z "/>
				</DrawingGroup.Children>
			</DrawingGroup>
		</DrawingBrush.Drawing>
	</DrawingBrush>
</ResourceDictionary>