borderStyle

The borderStyle property defines the border style for the field object.

 

Syntax

System.String borderStyle();

 

Return Value

Returns the current property value.

 

Remarks

The possible values are: solid, beveled, dashed, inset and underline.

 

Member of field.

 

Example