Gets or sets the width of the image when resized.

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

Syntax

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

Property Value

Type: Int32

See Also