简体   繁体   English

如何在UWP中获得此箭头图标?

[英]How do I get this Arrow icon in UWP?

It' used to send messages, for instance in the Outlook and Skype UWP apps, but I'm unable to find the code to get it using either a SymbolIcon or FontIcon 它曾经用于发送消息,例如在Outlook和Skype UWP应用中,但是我找不到使用SymbolIconFontIcon来获取代码的代码

在此处输入图片说明

You can add this: 您可以添加以下内容:

<FontIcon FontFamily="Segoe MDL2 Assets"
      Glyph="&#xE122;"
      />

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM