'Declaration
<System.ComponentModel.CategoryAttribute("Controls")> <System.ComponentModel.DescriptionAttribute("Specifies whether the middle control point position should be calculated by percentage or offset")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(True)> Public Property UseMiddleControlPointPercent As System.Boolean
'Usage
Dim instance As NStep3Connector Dim value As System.Boolean instance.UseMiddleControlPointPercent = value value = instance.UseMiddleControlPointPercent
[System.ComponentModel.Category("Controls")] [System.ComponentModel.Description("Specifies whether the middle control point position should be calculated by percentage or offset")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(true)] public System.bool UseMiddleControlPointPercent {get; set;}