Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NClassicalTreeLayout Class / PortStyle Property


In This Topic
    PortStyle Property
    In This Topic
    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.
    Syntax
    '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;}
    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