Sets the line style of the shape.
Syntax
HTML <PARAM NAME="Line0001" VALUE="SetLineStyle( style, linewidth )"> Scripting SGObj.SetLineStyle( style, linewidth ) File SetLineStyle( style, linewidth )
Parameters
- style
- Sets the line style for the current shape type using any of the following values.
0 Null 1 Solid 2 Dash - linewidth
- Integer value, sets the line width in pixels.
Example
The following example sets the line style
<PARAM NAME="Line0002" VALUE="SetLineStyle(2,4)">
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.