UIFont.WithSize(nfloat) 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.
Retourne une nouvelle police basée sur la police actuelle, avec la nouvelle taille spécifiée.
public virtual UIKit.UIFont WithSize (nfloat size);
abstract member WithSize : nfloat -> UIKit.UIFont
override this.WithSize : nfloat -> UIKit.UIFont
Paramètres
- size
- nfloat
Nouvelle taille de police (en points).
Retours
Nouvelle police à la taille spécifiée.
Remarques
Cela peut être utilisé à partir d’un thread d’arrière-plan.