Table of Contents
AcmBorder Constructor (AcmLineInfo, AcmLineInfo, AcmLineInfo, AcmLineInfo)

Creates a new instance of the AcmBorder class using the provided line information.

Syntax
 public AcmBorder(
   AcmLineInfo left,
   AcmLineInfo top,
   AcmLineInfo right,
   AcmLineInfo bottom
);

Parameters

left
The left border information.
top
The top border information.
right
The right border information.
bottom
The bottom border information.
See Also