One final question:
The different Noise styles doesn't seem to have any effect on the noise. E.G. adding this doesn't change the background noise:
NoiseFillStyle="Hatch"
NoiseHatchStyle="Wave"
Am I doing something wrong? My complete formshield looks like this:
<dnf:FormShield ID="FormShield1" runat="server" HttpHandlerPath="/FormShield.aspx" PersistenceMethod="ControlState"
CharacterType="Alpha"
TextLength="4"
Width="268"
Height="221"
NoiseColor="#A8A8A8"
NoiseColor2="#A8A8A8"
BackColor="White"
BackColor2="White"
BorderWidth="0"
TextColor2="Black"
TextColor="Black"
TextCase="upper"
TextFont="Arial"
TextEffect="None"
NoiseFillStyle="Hatch"
NoiseHatchStyle="Wave"
>
Thanks.