Sets the line color for the shape outline.
Syntax
HTML <PARAM NAME="Line0001"
VALUE="SetLineColor( r, g, b )">Scripting SGObj.SetLineColor( r, g, b ) File SetLineColor( r, g, b )
Parameters
- r
- Red value for the color. Integer in the range 0255.
- g
- Green value for the color. Integer in the range 0255.
- b
- Blue value for the color. Integer in the range 0255.
Example
The following code sets the line color to red.
<PARAM NAME="Line0001" VALUE="SetLineColor(255,0,0)">
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.