photo

Hardik


Last seen: 5 Monate vor Aktiv seit 2023

Followers: 0   Following: 1

Programming Languages:
C++, MATLAB, Visual Basic
Spoken Languages:
English, Hindi
Pronouns:
He/him

Statistik

All
  • First Answer
  • Solver
  • Explorer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How can I rotate a UIlabel in appdesigner?
there is no any rotation property for UILabel but you can do this lbl=uilabel(app.GridLayout4); lbl.Layout.Row=9; lbl.Layout....

12 Monate vor | 0

Beantwortet
Rotate Label on App Designer
there is no any rotation proprty but you can split text and put it into label so it will look like vertical. lbl=uilabel(app....

12 Monate vor | 0