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