In This Article

TabStripTabAlignment Enum

Specifies the alignment of tabs in a TabStrip control.

public enum TabStripTabAlignment

Fields

Name Description
Bottom

Makes tabs point downwards.

Left

Makes tabs point to the left.

Right

Makes tabs point to the right.

Top

Makes tabs point upwards.

Extension Methods