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


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