DiagramLite Programmer's Guide
DiagramTabControl.ShowTabs Property
See Also
 





Gets or sets a value indicating whether the tabs are visible. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool ShowTabs { get; set; }

Visual Basic  Copy Code

Public Property ShowTabs As Boolean

 Property Value

true to display the tabs tray; otherwise, false. The default is true.

 See Also

DiagramTabControl Members
DiagramTabControl Class
MindFusion.Diagramming Namespace