Search
TreeViewConnectionStyle Enumeration
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum TreeViewConnectionStyle

Visual Basic  Copy Code

Public Enum TreeViewConnectionStyle

 Members

  Member name Description

Node

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

Items

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

 See Also