A quick and easy-to-install ASP.NET CAPTCHA

HIPControl.BackgroundPattern Property

Collapse All

Pattern used as background within the HIP-CAPTCHA image

Syntax

Visual Basic
Public Property BackgroundPattern As HatchStyle
C#
public HatchStyle BackgroundPattern { get; set; }
C++
public: __property HatchStyle get_BackgroundPattern();
public: __property void set_BackgroundPattern(HatchStyle );
JScript
public function get BackgroundPattern() : HatchStyle
public function set BackgroundPattern(HatchStyle);

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace