WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGraphNode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGraphNode

    Interface to a node in a graph.

    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public interface IGraphNode
    Remarks

    A node is an object in a graph that can have edges entering and leaving. Nodes are connected to other nodes by edges. IGraphEdge

    Properties

    Edges

    Gets collection of all edges entering or leaving the node.

    Declaration
    ICollection Edges { get; }
    Property Value
    Type Description
    System.Collections.ICollection

    EdgesEntering

    Gets collection of edges entering the node.

    Declaration
    ICollection EdgesEntering { get; }
    Property Value
    Type Description
    System.Collections.ICollection

    EdgesLeaving

    Gets collection of edges leaving the node.

    Declaration
    ICollection EdgesLeaving { get; }
    Property Value
    Type Description
    System.Collections.ICollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved