borders
Specifies the individual borders for each side of the TextBox, as Insets object or array of form [top,left,bottom,right]. If set, this property overrides the 'border' property setting.
Type
java.awt.Insets, or integer array of Line Styles
Example
borders = [StyleConstant.DOUBLE_LINE,StyleConstant.NO_BORDER,
StyleConstant.THIN_LINE,StyleConstant.NO_BORDER];
See Also
Text and TextBox, for additional information on text presentation elements.
| << border | © 1996-2013 InetSoft Technology Corporation (v11.5) | borderColor >> |