NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabBase.Alignment

Returns on what area of the control the tabs reside on (A TabAlignment value). The possibilities are TOP (the default), BOTTOM, LEFT, and RIGHT. When alignment is left or right, the multiline property is ignored and multiline is implicitly on. If the alignment is anything other than top, TabAppearance.FLAT_BUTTONS degenerates to TabAppearance.BUTTONS.

[Visual Basic]
Public Property Alignment As TabAlignment
[C#]
public TabAlignment Alignment {get; set;}
[C++]
public: __property TabAlignment get_Alignment();
public: __property void set_Alignment(TabAlignment);
[JScript]
public function get Alignment() : TabAlignment;
public function set Alignment(TabAlignment);

See Also

TabBase Class | TabBase Members | System.WinForms Namespace