Gets or sets the weight of the item.

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

Syntax

C#
public double Weight { get; set; }
Visual Basic
Public Property Weight As Double
	Get
	Set
Visual C++
public:
property double Weight {
	double get ();
	void set (double value);
}
F#
member Weight : float with get, set

Property Value

Type: Double

See Also