Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Tension Property (AnnCurveObject)






Gets or sets a value that specifies the amount that this AnnCurveObject curve bends between control points.
Syntax
public virtual float Tension {get; set;}
'Declaration
 
Public Overridable Property Tension As Single
'Usage
 
Dim instance As AnnCurveObject
Dim value As Single
 
instance.Tension = value
 
value = instance.Tension

            

            
public:
virtual property float Tension {
   float get();
   void set (    float value);
}

Property Value

A value that specifies the amount that this AnnCurveObject curve bends between control points.
Remarks
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:
Example
For an example, refer to AnnCurveObject.
Requirements

Target Platforms

See Also

Reference

AnnCurveObject Class
AnnCurveObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)