Defines the region border in a header or footer.
*BorderWidth()Defines the region border in a header or footer. |
|||||
*BorderWidth()Defines the region border in a header or footer. |
Syntax |
*BorderWidth(Left, Top, Right, Bottom) |
|
Arguments |
Name |
Description |
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. |
|
Example |
*BeginHeader() *BeginRegion(400, 0, 600, 300) *Alignment(Center) *Font("Times",0,1,12) *Text("Project Title") *BorderWidth(1,1,1,1) *EndRegion() *EndHeader() |
|
Application |
MotionView, HyperView, HyperGraph, TextView, and MediaView. |
|
Context |
||
See also |
|
|