DrawWidth Property

Applies To

Report.

Description

You can use the DrawWidth property to specify the line width for the Line, Circle, and PSet methods.

Setting

You can set the DrawWidth property to an Integer value of 1 through 32,767. This value represents the width of the line in pixels. The default is 1, or 1 pixel wide.

You can set this property only in a macro or a Visual Basic event procedure specified by a section’s OnPrint property setting.

Remarks

Increase the value of this property to increase the width of the line. If DrawWidth is greater than 1, DrawStyle property settings 1 through 4 produce a solid line (the DrawStyle property value isn’t changed). Setting the DrawWidth property to 1 enables the DrawStyle property to produce the results shown in the setting table of the DrawStyle property.

See Also

BackColor Property, Circle Method, DrawMode Property, DrawStyle Property, Event Properties, FillColor Property, FillStyle Property, ForeColor Property, Line Method, PSet Method.