Gets or sets the drawdown.

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

Syntax

C#
public double DrawDown { get; }
Visual Basic (Declaration)
Public ReadOnly Property DrawDown As Double
Visual C++
public:
property double DrawDown {
	double get ();
}

See Also