Gets or sets a value that specifies the amount that this
AnnCurveObject curve bends between control points.
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.