Gets or sets a value indicating whether to display a add button for each tab. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls
SyntaxC#
Copy Code
|
|---|
public bool ShowAddButtons { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowAddButtons As Boolean |
See Also