SymbolIcon.Symbol Eigenschaft

Definition

Ruft die Glyphe Segoe MDL2 Assets ab, die als Symbolinhalt verwendet wird, oder legt sie fest.

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"/>

Eigenschaftswert

Eine benannte Konstante der Zahl, die die zu verwendende Glyphe Segoe MDL2 Assets angibt.

Beispiele

<AppBarButton Label="Accept">
    <AppBarButton.Icon>
        <SymbolIcon Symbol="Accept"/>
    </AppBarButton.Icon>
</AppBarButton>

Hinweise

Hinweise zu früheren Versionen

Windows 8.x Auf Windows 8 werden die Standardglyphen von der Schriftart Segoe UI Symbol bereitgestellt.

Gilt für: