Nevron .NET Vision
Nevron.Diagram Namespace / NLogicalLinePort Class / Percent Property


In This Topic
    Percent Property (NLogicalLinePort)
    In This Topic
    Controls the percent position of the port along the length of the model to which it is achored
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Position")>
    <System.ComponentModel.DescriptionAttribute("Controls the percent position of the port along the length of the model to which it is achored")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(50)>
    Public Property Percent As System.Single
    'Usage
     
    
    Dim instance As NLogicalLinePort
    Dim value As System.Single
     
    instance.Percent = value
     
    value = instance.Percent
    [System.ComponentModel.Category("Position")]
    [System.ComponentModel.Description("Controls the percent position of the port along the length of the model to which it is achored")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(50)]
    public System.float Percent {get; set;}
    Remarks
    By default set to 50 (the center of the logical line)
    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