Specifies the alignment of a tab strip relative to its container control.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
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