SymbolIcon.Symbol Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le glyphe Segoe MDL2 Assets utilisé comme contenu de l’icône.
public:
property Symbol Symbol { Symbol get(); void set(Symbol value); };
Symbol Symbol();
void Symbol(Symbol value);
public Symbol Symbol { get; set; }
var symbol = symbolIcon.symbol;
symbolIcon.symbol = symbol;
Public Property Symbol As Symbol
<SymbolIcon Symbol="symbolName"/>
Valeur de propriété
Constante nommée de la numération qui spécifie le glyphe Segoe MDL2 Assets à utiliser.
Exemples
<AppBarButton Label="Accept">
<AppBarButton.Icon>
<SymbolIcon Symbol="Accept"/>
</AppBarButton.Icon>
</AppBarButton>
Remarques
Remarques pour les versions précédentes
Windows 8.x Sur Windows 8, les glyphes standard sont fournis par la police Symbole de l’interface utilisateur Segoe.