ImageGear .NET - Updated
Tension Property (IImGearARTCurve)




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

Property Value

Float value.
See Also

Reference

IImGearARTCurve Interface
IImGearARTCurve Members