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
SyntaxC#
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.
See Also