Gets or sets a value that specifies the amount that this 
AnnClosedCurveObject curve bends between control points.
 
            
            
            
            
            
            
            
            public virtual float Tension {get; set;}
             
        
            
            'Declaration
 
Public Overridable Property Tension As Single
             
        
            
            'Usage
 
Dim instance As AnnClosedCurveObject
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 
AnnClosedCurveObject curve bends between control points.