Visual Basic (Declaration) | |
---|---|
Public Property Tension As Double |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterCurve Dim value As Double instance.Tension = value value = instance.Tension |
C# | |
---|---|
public double Tension {get; set;} |
Property Value
An System.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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7