LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Tension Property (IAnnCurve)

Show in webframe





Gets or sets a value that specifies the amount that this curve bends between control points.
Syntax
double Tension {get; set;}
'Declaration
 
Property Tension As Double
'Usage
 
Dim instance As IAnnCurve
Dim value As Double
 
instance.Tension = value
 
value = instance.Tension

            

            
property double Tension {
   double get();
   void set (    double value);
}

Property Value

A System.Double value that specifies the amount that this 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 image:

 

Example

For XAML example, refer to AnnCurveObject.

For C#/VB examples, refer to AnnCurveObject.

Requirements

Target Platforms

See Also

Reference

IAnnCurve Interface
IAnnCurve Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.