Nevron .NET Vision
Nevron.Diagram Namespace / NStep3Connector Class / MiddleControlPointPercent Property


In This Topic
    MiddleControlPointPercent Property
    In This Topic
    Controls the percent based positon of the middle control point, when the UseMiddleControlPointPercent property is set to true
    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
    [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;}
    Remarks
    By default set to 50.0f
    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