Nevron .NET Vision
Nevron.Diagram Namespace / NTableShape Class / PortDistributionMode Property


In This Topic
    PortDistributionMode Property
    In This Topic
    Determines the port distribution mode.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Determines the port distribution mode.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property PortDistributionMode As TablePortDistributionMode
    'Usage
     
    
    Dim instance As NTableShape
    Dim value As TablePortDistributionMode
     
    instance.PortDistributionMode = value
     
    value = instance.PortDistributionMode
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Determines the port distribution mode.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public TablePortDistributionMode PortDistributionMode {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