Gets or sets the calculated width of the image which will be set on the client.

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

Syntax

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

Property Value

Type: Int32

See Also