Table of Contents
AcmBorder Constructor (Color, Single)

Creates a new instance of the AcmBorder class with solid lines on all sides with the specific color and width.

Syntax
 public AcmBorder(
   Color color,
   float width
);

Parameters

color
Border color.
width
Border with in inches.
Remarks

This constructor creates an AcmBorder object, using solid line with the specified color and width on all four sides.

See Also