'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;}