'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the curve tension")> <System.ComponentModel.DefaultValueAttribute(1)> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Tension As System.Single
'Usage
Dim instance As NClosedCurveShape Dim value As System.Single instance.Tension = value value = instance.Tension
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the curve tension")] [System.ComponentModel.DefaultValue(1)] [System.Xml.Serialization.XmlIgnore()] public System.float Tension {get; set;}