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
SyntaxC#
Copy Code
|
|---|
public TreeViewConnectionStyle ConnectionStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ConnectionStyle As TreeViewConnectionStyle |
See Also