Pointui Home 2 - Label

Modifié le samedi, 07 février 2009 16:05 par Montecristoff — Catégorisé en: Pointui Home

Affiche du texte à l'écran.

Méthodes

void SetAlign(String horizontalAlign, String verticalAlign)
Définit l'alignement horizontal et vertical du texte par rapport aux bords du contrôle Label.



void SetText(String textValue)
Définit le texte à afficher.

void SetFont(String fontName)
Définit la fonte (police de caractère) à utiliser pour le texte.



void SetLines(int numberOfLines)
Définit le nombre de lignes de texte à afficher.



int GetFontHeight()
Retourne la hauteur en pixels d'une simple ligne de texte avec la fonte courante. Utiliser habituellement pour un dessin dynamique.