TabAlignment
Wisej.Web.TabAlignment
public enum TabAlignment : EnumPublic Enum TabAlignment As [Enum]Fields
Name
Description
Used By
Name
Description
Last updated
Was this helpful?
Wisej.Web.TabAlignment
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies the locations of the tabs in a tab control.
public enum TabAlignment : EnumPublic Enum TabAlignment As [Enum]Bottom
The tab buttons are located across the bottom of the control.
Left
The tab buttons are located along the left edge of the control.
Right
The tab buttons are located along the right edge of the control.
Top
The tab buttons are located across the top of the control.
Returns or sets the area of the control (for example, along the top) where the tabs are aligned.
Returns or sets the area of the control (for example, along the top) where the tabs are aligned.
Sets the Alignment property of the specified TabControl.
Last updated
Was this helpful?
Was this helpful?

