Search
TabbedDiagramView.MaxTabSize Property
See Also
 





Gets or sets the maximum size of the tabs.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public int MaxTabSize { get; set; }

Visual Basic  Copy Code

Public Property MaxTabSize As Integer

 Property Value

An integer value. The default is 100.

 See Also