Search
TabAlignment Enumeration
See Also
 





Specifies the alignment of a tab strip relative to its container control.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public enum TabAlignment

Visual Basic  Copy Code

Public Enum TabAlignment

 Members

  Member name Description

None

The tab strip is not shown.

Top

The tab strip is located at the top of the control.

Bottom

The tab strip is located at the bottom of the control.

 See Also