バージョン

TabOrientation プロパティ (UltraWebTab)

ContentPane に相対したタブの位置と配置。
シンタックス
'宣言
 
Public Property TabOrientation As TabOrientation
public TabOrientation TabOrientation {get; set;}
解説

指定できる値は、TopLeft、TopRight、BottomLeft、BottomRight、LeftTop、LeftBottom、RightTop、RightBottomです。

TabOrientation の各定数は、Tab オブジェクトが描画されるときの方向と配置を指定します。たとえば TopLeft を指定すると、Tab はコントロールの上に左寄せで配置されます。

参照