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="SliderPlay" Stretch="Uniform">
|
|
4 |
<DrawingBrush.Drawing>
|
|
5 |
<DrawingGroup ClipGeometry="F1 M 0,0L 9.26465,0L 9.26465,10.5882L 0,10.5882L 0,0">
|
|
6 |
<DrawingGroup.Children>
|
|
7 |
<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 ">
|
|
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>
|