Gets or sets a value that indicates how straight to make the curves that connect points.
Syntax
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;} |
Managed Extensions for C++ | |
---|
public: __property double get_Tension();
public: __property void set_Tension(
double value
); |
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.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also