how to text align to right in text box object?
Develop games in your browser. Powerful, performant & highly capable.
On the Text object's properties there is a Horizontal alignment option. By default is set to "Left" but you can also choose "Center" or "Right".
Thanks but I mean to TextBox not a Text. TextBox i did not find such a possibility.
Oh, sorry, I misunderstood you. No, I guess there isn't any option unfortunately.
Hi maordany,
You can achief this by adding a CSS style to the textbox like this:
[action] SET CSS STYLE
[Property name] "text-align"
[Value] "right"