Specifies the curvature of the line. The value is a multiplier to increase or decrease the radius of the curve. 1: Creates a curve of an exact half circle. Greater than 1: creates a shallower curve. Less than 1: creates a bulging curve. Default: 1

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public double LineCurve { get; set; }
Public Property LineCurve As Double
	Get
	Set
public:
property double LineCurve {
	double get ();
	void set (double value);
}

See Also