The Tension Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value that specifies the amount that this AnnClosedCurveObject curve bends between control points.Visual Basic (Declaration) | |
---|---|
Public Overridable Property Tension As Single |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnClosedCurveObject Dim value As Single instance.Tension = value value = instance.Tension |
C# | |
---|---|
public virtual float Tension {get; set;} |
Property Value
A value that specifies the amount that this AnnClosedCurveObject curve bends between control points.For an example, refer to AnnClosedCurveObject.
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 is 0.5. These values for Tension for a Closed Curve object are shown in the following bitmap:
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7