xtd 0.2.0
Loading...
Searching...
No Matches

◆ tab_alignment

enum class xtd::forms::tab_alignment
strong

Specifies the locations of the tabs in a tab control.

Header
#include <xtd/forms/tab_alignment>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used by members such as tab_control::alignment.
Enumerator
top 

The tabs are located across the top of the control.

bottom 

The tabs are located across the bottom of the control.

left 

The tabs are located along the left edge of the control.

right 

The tabs are located along the right edge of the control.