2013-12-08 23 views
0

我的意思是,比方说,我有以下的代码,它代表一个图标:我应该用矢量图标做它应用到ApplicationBarIconButton

<?xml version="1.0" encoding="utf-8"?> 
<Canvas 
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
x:Name="appbar_information_circle" Width="76" Height="76" 
Clip="F1 M 0,0L 76,0L 76,76L 0,76L 0,0"> 
<Path Width="38" Height="38" Canvas.Left="19" Canvas.Top="19" Stretch="Fill" 
Fill="#FF000000" Data="F1 M 38,19C 48.4934,19 57,27.5066 "/> 

如何设置结果到ApplicationBarIconButton IconUri?

回答

相关问题