我应该怎么做矢量图标将其应用到应用程序栏IconButton

时间:2013-12-08 15:59:11

标签: windows-phone-8 windows-phone

我的意思是说,我有以下代码,代表一个图标:

<?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?

1 个答案:

答案 0 :(得分:0)

无法完成。这是一个wpdev.uservoice请求,如果您想要添加此功能,可以进行upvote。 http://wpdev.uservoice.com/forums/110705-dev-platform/suggestions/2643929-vector-tiles-app-list-icons-and-app-bar-icons