Specifies whether the hatch fill is transparent.
Syntax
HTML <PARAM NAME="Line0001" VALUE="SetHatchFill( 0 | 1 )"> Scripting SGObj.SetHatchFill( fTransparent ) File SetHatchFill( fTransparent )
Parameters
- 0 | 1 fTransparent
- If False (0), the hatch fill is not transparent. If True (1 or nonzero value), the hatch fill is transparent. Default is False.
Remarks
Use this function only if you specified a value for type between 3 and 8 for the SetFillStyle method.
Example
The following HTML PARAM tag makes the hatch fill visible.
<PARAM NAME="Line0005" VALUE="SetHatchFill(1)">
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.