Volume for this bar.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public ulong Volume { get; set; }
Visual Basic (Declaration)
Public Property Volume As ULong
Visual C++
public:
property unsigned long long Volume {
	unsigned long long get ();
	void set (unsigned long long value);
}

See Also