Search
TreeViewNode.ConnectionStyle Property
See Also
 





Gets or sets a value indicating whether drawing a link from/to this node should connect an item or the whole node as an integral entity.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TreeViewConnectionStyle ConnectionStyle { get; set; }

Visual Basic  Copy Code

Public Property ConnectionStyle As TreeViewConnectionStyle

 Property Value

A member of the TreeViewConnectionStyle enumeration. The default value is Items.

 See Also