【问题标题】:How do I get this Arrow icon in UWP?如何在 UWP 中获取此箭头图标? 【发布时间】:2017-05-05 12:18:31 【问题描述】: 它用于发送消息,例如在 Outlook 和 Skype UWP 应用程序中,但我找不到使用 SymbolIcon 或 FontIcon 获取它的代码 【问题讨论】: 你的意思是this symbol(E122)? 标签: c# .net xaml uwp 【解决方案1】: 你可以添加这个: <FontIcon FontFamily="Segoe MDL2 Assets" Glyph="" /> 【讨论】: