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
C# Copy Code |
---|
public TreeViewConnectionStyle ConnectionStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property ConnectionStyle As TreeViewConnectionStyle |
A member of the TreeViewConnectionStyle enumeration. The default value is Items.
WpfDiagram Programmer's Guide | © 2024 MindFusion |