*BorderWidth()

Specifes the border width surrounding a note.

Syntax

*BorderWidth (width)

Application

HyperView and HyperGraph.

Inputs

width
The border width: 0, 1, 2, 3, or 4:
0
Off
1
Hairline border
4
Bold border
1 is the default.

Context

*BeginNote()

Report Definitions

Example

*BeginNote()
    *Color(11)
    *BorderWidth(1)
    *Font("times", 0, 1, 12)
*EndNote()