Condividi tramite


FontIconSource.FontFamily Proprietà

Definizione

Ottiene o imposta il tipo di carattere utilizzato per visualizzare il glifo dell'icona.

Questa documentazione si applica a WinUI 2 per la piattaforma UWP (per WinUI nel SDK per app di Windows, vedi gli spazi dei nomi SDK per app di Windows).

FontFamily FontFamily();

void FontFamily(FontFamily value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="{ c_fontIconSourceDefaultFontFamily }")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="{ c_fontIconSourceDefaultFontFamily }")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="{ c_fontIconSourceDefaultFontFamily }")]
FontFamily FontFamily();

void FontFamily(FontFamily value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::FontFamily{ c_fontIconSourceDefaultFontFamily }")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::FontFamily{ c_fontIconSourceDefaultFontFamily }")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::FontFamily{ c_fontIconSourceDefaultFontFamily }")]
FontFamily FontFamily();

void FontFamily(FontFamily value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::FontFamily{ c_fontIconSourceDefaultFontFamily }")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::FontFamily{ c_fontIconSourceDefaultFontFamily }")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::FontFamily{ c_fontIconSourceDefaultFontFamily }")]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
FontFamily FontFamily();

void FontFamily(FontFamily value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
FontFamily FontFamily();

void FontFamily(FontFamily value);
public FontFamily FontFamily { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="{ c_fontIconSourceDefaultFontFamily }")]
public FontFamily FontFamily { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="{ c_fontIconSourceDefaultFontFamily }")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="{ c_fontIconSourceDefaultFontFamily }")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::FontFamily{ c_fontIconSourceDefaultFontFamily }")]
public FontFamily FontFamily { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::FontFamily{ c_fontIconSourceDefaultFontFamily }")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::FontFamily{ c_fontIconSourceDefaultFontFamily }")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::FontFamily{ c_fontIconSourceDefaultFontFamily }")]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public FontFamily FontFamily { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::FontFamily{ c_fontIconSourceDefaultFontFamily }")] [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::FontFamily{ c_fontIconSourceDefaultFontFamily }")] [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public FontFamily FontFamily { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] set; }
Public Property FontFamily As FontFamily
<FontIconSource FontFamily="fontFamilyValue"/>

Valore della proprietà

Tipo di carattere utilizzato per visualizzare il glifo dell'icona. Il valore predefinito è la famiglia di caratteri definita dalla SymbolThemeFontFamily risorsa tema (vedere la sezione Osservazioni).

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Esempio

<FontIcon FontFamily="Segoe UI Emoji" Glyph="&#x25B6;"/>

Commenti

Se non si specifica un FontFamilyo si specifica un FontFamily oggetto non disponibile nel sistema in fase di esecuzione, viene FontIcon eseguito il fallback alla famiglia di caratteri predefinita definita dalla risorsa del SymbolThemeFontFamily tema.

Per impostazione predefinita, Windows usa la famiglia di caratteri Segoe Fluent Icon . Se l'app viene eseguita in Windows 10 versione 20H2 o precedente, la famiglia di caratteri Segoe Fluent Icon non è disponibile e la SymbolThemeFontFamily risorsa torna alla famiglia di caratteri Segoe MDL2 Asset.

Per usare i glifi dal tipo di carattere di sistema predefinito, non impostare la proprietà , lasciare che usi invece il FontFamily valore predefinito.

Si applica a