Nevron .NET Vision
Nevron.Diagram Namespace / NErmConnector Class / StartLeadLength Property


In This Topic
    StartLeadLength Property
    In This Topic
    Controls the length of the start lead.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Controls")>
    <System.ComponentModel.DescriptionAttribute("Controls the length of the start lead.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(20)>
    Public Property StartLeadLength As System.Single
    'Usage
     
    
    Dim instance As NErmConnector
    Dim value As System.Single
     
    instance.StartLeadLength = value
     
    value = instance.StartLeadLength
    [System.ComponentModel.Category("Controls")]
    [System.ComponentModel.Description("Controls the length of the start lead.")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(20)]
    public System.float StartLeadLength {get; set;}
    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