MindFusion.UI for WebForms Programmer's Guide

TabControl.get_tabStripPlacement Method

See Also
 



Gets the alignment of the tab headers.

Namespace: MindFusion.UI.Web
Assembly: TabControl.js

 Syntax

JavaScript  Copy Code

function get_tabStripPlacement ()

 Return Value

Type: TabAlignment
One of the TabAlignment enumeration values.

 Remarks

Specifies the alignment of the tab headers.

 See Also