MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

TreeViewNode Members
TreeViewNode Class
MindFusion.Diagramming.Wpf Namespace