|
|
@ -9,7 +9,8 @@ |
|
|
<Viewbox Height="{TemplateBinding Height}" |
|
|
<Viewbox Height="{TemplateBinding Height}" |
|
|
Width="{TemplateBinding Width}"> |
|
|
Width="{TemplateBinding Width}"> |
|
|
<Path Fill="{TemplateBinding Foreground}" |
|
|
<Path Fill="{TemplateBinding Foreground}" |
|
|
Data="{TemplateBinding Data}" /> |
|
|
Data="{TemplateBinding Data}" |
|
|
|
|
|
Stretch="Uniform" /> |
|
|
</Viewbox> |
|
|
</Viewbox> |
|
|
</ControlTemplate> |
|
|
</ControlTemplate> |
|
|
</Setter> |
|
|
</Setter> |
|
|
|