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


In This Topic
    CustomEdgeComparer Property
    In This Topic
    Gets/sets the custom edge comparer. Applicable when EdgeOrder is set to Custom.
    Syntax
    'Declaration
     
    
    Public Property CustomEdgeComparer As System.Collections.IComparer
    'Usage
     
    
    Dim instance As NShapeGraphAdapter
    Dim value As System.Collections.IComparer
     
    instance.CustomEdgeComparer = value
     
    value = instance.CustomEdgeComparer
    public System.Collections.IComparer CustomEdgeComparer {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