Gets the Height.

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 Height { get; }
Visual Basic
Public ReadOnly Property Height As Integer
	Get
Visual C++
public:
property int Height {
	int get ();
}
F#
member Height : int with get

Property Value

Type: Int32

See Also