SystemFonts.IconFontFamily Eigenschaft

Definition

Ruft die Schriftfamilie aus den logischen Schriftartinformationen für die aktuelle Symboltitelschriftart ab.

public:
 static property System::Windows::Media::FontFamily ^ IconFontFamily { System::Windows::Media::FontFamily ^ get(); };
public static System.Windows.Media.FontFamily IconFontFamily { get; }
member this.IconFontFamily : System.Windows.Media.FontFamily
Public Shared ReadOnly Property IconFontFamily As FontFamily

Eigenschaftswert

FontFamily

Eine Schriftfamilie.

Hinweise

Rufen Sie die Schriftartinformationen aus SPI_GETICONTITLELOGFONT ab. Weitere Informationen finden Sie unter SystemParametersInfo.

Verwendung von XAML-Attributen

<object property="{ SystemFonts.IconFontFamily}"/>

Gilt für