Gets or sets a value indicating whether to display a close button for each tab. This is a dependency property.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool ShowCloseButtons { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowCloseButtons As Boolean |
true to enable interactive tab deletion; otherwise, false. The default is true.
WpfDiagram Programmer's Guide | © 2024 MindFusion |