'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the way in which the layout must glue the edges end-points to the vertices they connect. By default set to Sides. This property is disregarded in the case of orthogonal edge routing.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property PortStyle As PortStyle
'Usage
Dim instance As NClassicalTreeLayout Dim value As PortStyle instance.PortStyle = value value = instance.PortStyle
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the way in which the layout must glue the edges end-points to the vertices they connect. By default set to Sides. This property is disregarded in the case of orthogonal edge routing.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public PortStyle PortStyle {get; set;}