DiagramLite Programmer's Guide
DiagramTabItem.ShowAddButton Property
See Also
 





Gets or sets a value indicating whether the add button is visible. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls.Silverlight

 Syntax

C#  Copy Code

public bool ShowAddButton { get; set; }

Visual Basic  Copy Code

Public Property ShowAddButton As Boolean

 Property Value

true to enable the add button; otherwise, false. The default is false.

 See Also

DiagramTabItem Members
DiagramTabItem Class
MindFusion.Diagramming Namespace