Version

SplineTension Property (SplineAppearance)

Retrieves or adjusts the spline tension.
Syntax
'Declaration
 
Public Property SplineTension As Single
public float SplineTension {get; set;}
Remarks

The spline tension controls how tightly the curve bends to fit the data points. The spline value should be greater than 0.0 but less than 0.5, with higher values leading to more sweeping, smoothened curves.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also