win universal app - W10 UWP CompactOverlay button icon -


can't figure out segoe mdl2 icon used compactoverlay (picture in picture) mode is. see example picture below. have ideas?

compactoverlay button example

thanks!

i don't think symbol in font, can synthesized layering 2 symbols (e7fb , eb9f). similar this:

<grid>     <textblock horizontalalignment="left"                 verticalalignment="top"                 margin="10"                 fontfamily="segoe mdl2 assets"                 fontsize="15">&#xe7fb;</textblock>     <textblock horizontalalignment="left"                 verticalalignment="top"                 margin="16,12,0,0"                 fontfamily="segoe mdl2 assets"                 fontsize="6  ">&#xeb9f;</textblock> </grid> 

Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -