'Declaration
<System.ComponentModel.CategoryAttribute("Controls")> <System.ComponentModel.DescriptionAttribute("Controls the percent based positon of the middle control point, when the UseMiddleControlPointPercent property is set to true")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(50)> Public Property MiddleControlPointPercent As System.Single
'Usage
Dim instance As NStep3Connector Dim value As System.Single instance.MiddleControlPointPercent = value value = instance.MiddleControlPointPercent
[System.ComponentModel.Category("Controls")] [System.ComponentModel.Description("Controls the percent based positon of the middle control point, when the UseMiddleControlPointPercent property is set to true")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(50)] public System.float MiddleControlPointPercent {get; set;}