Font.SystemFontOfWeight(FontWeight, FontSlant, Boolean) Méthode
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.
public static Microsoft.Maui.Font SystemFontOfWeight (Microsoft.Maui.FontWeight weight, Microsoft.Maui.FontSlant fontSlant = Microsoft.Maui.FontSlant.Default, bool enableScaling = true);
static member SystemFontOfWeight : Microsoft.Maui.FontWeight * Microsoft.Maui.FontSlant * bool -> Microsoft.Maui.Font
Public Shared Function SystemFontOfWeight (weight As FontWeight, Optional fontSlant As FontSlant = Microsoft.Maui.FontSlant.Default, Optional enableScaling As Boolean = true) As Font
Paramètres
- weight
- FontWeight
- fontSlant
- FontSlant
- enableScaling
- Boolean