Specifies the possible values for the ConnectionStyle property of TreeViewNode objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum TreeViewConnectionStyle |
Visual Basic Copy Code |
---|
Public Enum TreeViewConnectionStyle |
Member name | Description | |
---|---|---|
Items |
Users are allowed to create relations to the items of a TreeViewNode. |
|
Node |
Users are allowed to create relations to the TreeViewNode as an integral entity. |
Diagramming for .NET MAUI Guide | © 2024 MindFusion |