Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterCurve Class : Tension Property |
public double Tension {get; set;}
'Declaration
Public Property Tension As Double
'Usage
Dim instance As RasterCurve Dim value As Double instance.Tension = value value = instance.Tension
public double Tension {get; set;}
<br/>get_Tension();<br/>set_Tension(value);<br/>Object.defineProperty('Tension');
This value is used only when Type is RasterCurveType.Standard. Valid values are between 0.0 and 1.0, where 0.0 indicates straight lines, and 1.0 indicates lines with the highest curvature. A typical value for dTension is 0.5.