UITextAlignment Énumération
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.
Énumération d’alignements de texte.
public enum UITextAlignment
type UITextAlignment =
- Héritage
-
UITextAlignment
Champs
Center | 1 | Le texte est centré. |
Justified | 3 | Le texte s’étend sur les marges. |
Left | 0 | Le texte est aligné à gauche. |
Natural | 4 | L’alignement est basé sur le script du texte. |
Right | 2 | Le texte est aligné à droite. |