Pointer.xaml

12 lines | 602 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="Pointer" Stretch="Uniform">
		<DrawingBrush.Drawing>
			<DrawingGroup>
				<DrawingGroup.Children>
                    <GeometryDrawing Brush="{DynamicResource UiElementForeground}" Geometry="F1 M 35,19L 41,19L 41,32L 35,32 Z M 19,35L 19,41L 32,41L 32,35 Z M 35,43L 35,57L 41,57L 41,43 Z M 43,35L 43,41L 57,41L 57,35 Z"/>
				</DrawingGroup.Children>
			</DrawingGroup>
		</DrawingBrush.Drawing>
	</DrawingBrush>
</ResourceDictionary>