Click or drag to resize
TextBox Fields

The TextBox type exposes the following members.

Fields
  NameDescription
Public fieldalignmentH
Horizontal alignment of the text box (default is LEFT).
Public fieldalignmentV
Vertical alignment of the text box (default is TOP).
Public fieldborder
Enable drawing a border around the text box (default is FALSE).
Public fieldborderColor
Border color (default is 1,1,1).
Public fieldfontName
Specify the font name (default is "Arial:Bold"). See SoFont.name for details
Public fieldfontSize
Specify the font size in pixels (default is 15).
Public fieldposition
Position of the text box in normalized screen coordinates (-1 to 1). Default is 0,0,0.
Public fieldtextAlignH
Horizontal alignment of the text inside the box (default is LEFT).
Top
See Also