Gets or sets the alignment of the tab headers.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public TabAlignment TabStripPlacement { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property TabStripPlacement As TabAlignment |
Property Value
Type: TabAlignment One of the TabAlignment Enumeration values that specifies the alignment of tab headers. Default value is TabAlignment.Top.
See Also
|