This property sets the selected Polyline object's curve tension.

[Visual Basic] Public Property SelectedObjectCurveTension As Integer
[C#] public int SelectedObjectCurveTension {get; set;}

Property Value

Value: An integer representing the curve tension

Default value is 0

Explanation

The SelectedObjectCurveTension property sets the selected Polyline object's curve tension.

The value indicates the curve tension of a Polyline object that has been individually selected.

It is enabled only when the selected object is a Polyline object. When the EditKind property is set to values other than KindOfEdit.Select, or when no object has been selected, or when the selected object is not a Polyline object, the SelectedObjectCurveTension property value will be 0.

See also

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation