SystemFonts.IconFontSize 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 la taille de police à partir des informations sur la police logique pour la police de titre d'icône actuelle.
public:
static property double IconFontSize { double get(); };
public static double IconFontSize { get; }
member this.IconFontSize : double
Public Shared ReadOnly Property IconFontSize As Double
Valeur de propriété
Taille de police.
Remarques
Obtenez les informations de police à partir de SPI_GETICONTITLELOGFONT. Pour plus d’informations, consultez SystemParametersInfo.
Utilisation d'attributs XAML
<object property="{ SystemFonts.IconFontSize}
"/>