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

HIPControl.TextPattern Property

Collapse All

Pattern used to fill the text rendered within the HIP-CAPTCHA image

Syntax

Visual Basic
Public Property TextPattern As HatchStyle
C#
public HatchStyle TextPattern { get; set; }
C++
public: __property HatchStyle get_TextPattern();
public: __property void set_TextPattern(HatchStyle );
JScript
public function get TextPattern() : HatchStyle
public function set TextPattern(HatchStyle);

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace