*BorderWidth()

Defines the region border in a header or footer.

Syntax

*BorderWidth(Left, Top, Right, Bottom)

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Inputs

Left
The left border. The width of the border is adjustable.
Top
The top border. The width of the border is adjustable.
Right
The right border. The width of the border is adjustable.
Bottom
The bottom border. The width of the border is adjustable.

Context

*BeginHeader()

Example

*BeginHeader()
   *BeginRegion(400, 0, 600, 300)
      *Alignment(Center) 
      *Font("Times",0,1,12) 
      *Text("Project Title") 
      *BorderWidth(1,1,1,1) 
   *EndRegion()
*EndHeader()