Gets or sets the volume amount for each bar.

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

Syntax

C#
public long BarVolume { get; set; }
Visual Basic (Declaration)
Public Property BarVolume As Long
Visual C++
public:
property long long BarVolume {
	long long get ();
	void set (long long value);
}

See Also