←Select platform

Tension Property

Summary

Gets or sets a value that specifies the amount that this AnnClosedCurveObject curve bends between control points.

Syntax

C#
VB
C++
public virtual float Tension { get; set; } 
  
Public Overridable Property Tension As Single 
public: 
virtual property float Tension { 
   float get(); 
   void set (    float ); 
} 

Property Value

A value that specifies the amount that this AnnClosedCurveObject 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 an example, refer to AnnClosedCurveObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly