Share via


FontIconSource.FontFamily Eigenschaft

Definition

Ruft die Schriftart ab, die zum Anzeigen der Symbol-Glyphe verwendet wird, oder legt sie fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.FontIconSource.FontFamily (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

FontFamily FontFamily();

void FontFamily(FontFamily value);
public FontFamily FontFamily { get; set; }
var fontFamily = fontIconSource.fontFamily;
fontIconSource.fontFamily = fontFamily;
Public Property FontFamily As FontFamily
<FontIconSource FontFamily="fontFamilyValue"/>

Eigenschaftswert

Die Schriftart, die zum Anzeigen der Symbol-Glyphe verwendet wird.

Gilt für: