Visual Basic (Declaration) | |
---|---|
Public Property Tension As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double Tension {get; set;} |
Return Value
An Double value that indicates how straight to make the curves that connect points. Valid values are between 0.0 and 1.0.For an example, refer to RasterCurve.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family