public static class TextBoxBase extends Object
The names of the static members of TextBoxBase
, as well as simple
alignment names (left
, center
, right
,
justify
), can be used as values for a textAlignment
attribute.
For example,
<g:TextBox textAlignment='ALIGN_RIGHT'/> <g:TextBox textAlignment='right'/>
Copyright © 2018. All rights reserved.