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