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

HIPControl.ImageBorderWidth Property

Collapse All

Border width in pixels of the HIP-CATPCHA randome image

Syntax

Visual Basic
Public Property ImageBorderWidth As Integer
C#
public int ImageBorderWidth { get; set; }
C++
public: __property int get_ImageBorderWidth();
public: __property void set_ImageBorderWidth(int );
JScript
public function get ImageBorderWidth() : int
public function set ImageBorderWidth(int);

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace