Gets the Width.

Namespace: MonoSoftware.Web.Controls.Captcha
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public int Width { get; }
Visual Basic
Public ReadOnly Property Width As Integer
	Get
Visual C++
public:
property int Width {
	int get ();
}
F#
member Width : int with get

Property Value

Type: Int32

See Also