photo

Hardik


Last seen: 約2ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 1

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

統計

All
  • First Answer
  • Solver
  • Explorer

バッジを表示

Feeds

表示方法

回答済み
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....

9ヶ月 前 | 0

回答済み
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....

9ヶ月 前 | 0