This property sets whether or not the "Curve Tension" setting is visible in the property dialog.
[Visual Basic] Public Property
DialogCurveTensionVisible As Boolean
[C#] public bool DialogCurveTensionVisible
{get; set;}
Property Value
True: The "Curve Tension" setting is visible
False: The "Curve Tension" setting is not visible
Default value is True
Explanation
The DialogCurveTensionVisible property sets whether or not the "Curve Tension" setting is visible in the property dialog.
When this property is false, the "Curve Tension" setting is not displayed in the property dialog.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit