Gets or sets whether to display lines connecting child items to parent items.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public bool ShowLines { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowLines As Boolean |
true to draw connecting lines, or false otherwise. The default value is true.