Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 273 Bytes

SymbolIconMarkup.md

File metadata and controls

14 lines (11 loc) · 273 Bytes

IconElement

SymbolIconMarkup

using UWP.Markup;
using UWP.Markup.IconElement;

SymbolIcon symbolIcon = new SymbolIcon()
    .Symbol(Symbol.AddFriend);

WinUI Methods

Symbol(Symbol symbol)

Sets the Segoe MDL2 Assets glyph used as the icon content.