Verticalalignment for edit text GUI
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is there verticalalignment option in uicontrol? I need to make the text centre in the edit text box.
0 commentaires
Réponses (1)
Zoltán Csáti
le 16 Jan 2015
Unfortunately there is no such property for uicontrols just for text objects. However, if you are proficient in Java, you can solve it. An other workaround is the following: create an axes object and within that, create a text object. Then make the axis invisible. Although, it is quite cumbersome.
2 commentaires
Margareta Drozdikova
le 11 Avr 2018
Hi, I have the same problem, but I need verticalalignment in text object. How can I do it? thanks
Voir également
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!