Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NShapeGraphAdapter Class / EdgeOrder Property


In This Topic
    EdgeOrder Property
    In This Topic
    Specifies the sorting order of the edges. By default set to Id.
    Syntax
    'Declaration
     
    
    Public Property EdgeOrder As EdgeOrder
    'Usage
     
    
    Dim instance As NShapeGraphAdapter
    Dim value As EdgeOrder
     
    instance.EdgeOrder = value
     
    value = instance.EdgeOrder
    public EdgeOrder EdgeOrder {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