LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Tension Property (AnnCurveObject)






Gets or sets a value that specifies the amount that this AnnCurveObject curve bends between control points. This is a dependency property. .NET support Silverlight support
Syntax
public double Tension {get; set;}
'Declaration
 
Public Property Tension As Double
'Usage
 
Dim instance As AnnCurveObject
Dim value As Double
 
instance.Tension = value
 
value = instance.Tension
public double Tension {get; set;}
 get_Tension();
set_Tension(value);
public:
property double Tension {
   double get();
   void set (    double value);
}

Property Value

A value that specifies the amount that this AnnCurveObject 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 bitmap:
Example

For XAML example, refer to AnnCurveObject.

For C#/VB examples, refer to AnnCurveObject.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnCurveObject Class
AnnCurveObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.