ImageGear .NET - Updated
Tension Property (ImGearARTCurve)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCurve Class : Tension Property
Gets or sets the tension of the curve.
Syntax
'Declaration
 
Public Property Tension As Single
'Usage
 
Dim instance As ImGearARTCurve
Dim value As Single
 
instance.Tension = value
 
value = instance.Tension
public float Tension {get; set;}
public: __property float get_Tension();
public: __property void set_Tension( 
   float value
);
public:
property float Tension {
   float get();
   void set (    float value);
}

Property Value

Float value.
See Also

Reference

ImGearARTCurve Class
ImGearARTCurve Members