Nevron.Diagram Namespace / NStep3Connector Class / MiddleControlPointPercent Property


MiddleControlPointPercent Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also