Width.

Namespace: MonoSoftware.MonoX.Video
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Property Value

Type: Int32

See Also