93
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 |
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
3 |
<DrawingBrush x:Key="SliderPause" Stretch="Uniform">
|
|
4 |
<DrawingBrush.Drawing>
|
|
5 |
<DrawingGroup ClipGeometry="F1 M 0,0L 10.5882,0L 10.5882,9.26465L 0,9.26465L 0,0">
|
|
6 |
<DrawingGroup.Children>
|
|
7 |
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M 4.70135,9.26471L 0,6.10352e-005L 1.61993,6.10352e-005L 5.01495,6.93817L 5.08038,6.93817L 8.95453,6.10352e-005L 10.5882,6.10352e-005L 5.34235,9.26471L 4.70135,9.26471 Z ">
|
|
8 |
<GeometryDrawing.Pen>
|
|
9 |
<Pen Thickness="0.199975" LineJoin="Round" Brush="#FF000000"/>
|
|
10 |
</GeometryDrawing.Pen>
|
|
11 |
</GeometryDrawing>
|
|
12 |
</DrawingGroup.Children>
|
|
13 |
</DrawingGroup>
|
|
14 |
</DrawingBrush.Drawing>
|
|
15 |
</DrawingBrush>
|
|
16 |
</ResourceDictionary>
|