CurveTension Property (MprCurvilinearSlice)
Gets or sets the amount that X-axis curve bends between reference points.
'Declaration
Public Property CurveTension As Double
public double CurveTension { get; set; }
public: __property double get_CurveTension();
public: __property void set_CurveTension(
double
);
Property Value
Valid values are from 0 to 1.
0 - the smallest curve and the sharpest corner (this is polyline);
1 - the smoothest curve.
Default value is 1.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5