SystemFonts.SmallCaptionFontWeight 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 métrique qui détermine l’épaisseur de police du texte de petite légende pour la zone non cliente d’une fenêtre nonminimisée.
public:
static property System::Windows::FontWeight SmallCaptionFontWeight { System::Windows::FontWeight get(); };
public static System.Windows.FontWeight SmallCaptionFontWeight { get; }
static member SmallCaptionFontWeight : System.Windows.FontWeight
Public Shared ReadOnly Property SmallCaptionFontWeight As FontWeight
Valeur de propriété
Poids de police.
Remarques
Obtenez la métrique à partir de SPI_GETNONCLIENTMETRICS. Pour plus d’informations, consultez SystemParametersInfo.
Utilisation des attributs XAML
<
object property="{ SystemFonts.SmallCaptionFontWeight}"/>