Search
TreeViewConnectionStyle Enumeration
See Also
 





Specifies the possible values for the ConnectionStyle property of TreeViewNode objects.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum TreeViewConnectionStyle

Visual Basic  Copy Code

Public Enum TreeViewConnectionStyle

 Members

  Member name Description

Items

Users are allowed to create relations to the items of a TreeViewNode.

Node

Users are allowed to create relations to the TreeViewNode as an integral entity.

 See Also