Class
Twig<TNode, TLink>

Data bucket similar to a TreeNode<TNode> but based on a link rather than a parent property.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Type Parameters:

TNode

The type of the node.

TLink

The type of the link.

Syntax:

cs-api-definition
public class Twig<TNode, TLink>

Inheritance: objectTwig<TNode, TLink>

Constructors

Twig()

Initializes a new instance of the Twig<TNode, TLink> class.

Declaration

cs-api-definition
public Twig()

Twig(TNode, TLink)

Initializes a new instance of the Twig<TNode, TLink> class.

Declaration

cs-api-definition
public Twig(TNode node, TLink link)

Parameters

node

TNode

The node.

link

TLink

The link.

Properties

Gets or sets the link.

Declaration

cs-api-definition
public TLink Link { get; set; }

Property Value

TLink

The link.

Node

Gets or sets the node.

Declaration

cs-api-definition
public TNode Node { get; set; }

Property Value

TNode

The node.