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

◆ horizontal_alignment

Specifies how an object or text in a control is horizontally aligned relative to an element of the control.

Header
#include <xtd/forms/horizontal_alignment>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used in numerous classes. A partial list of these classes is xtd::forms::checked_list_box, xtd::forms::column_header, xtd::forms::combo_box, xtd::forms::control_paint, xtd::forms::label, ListBox, xtd::forms::control, xtd::forms::rich_text_box, and xtd::forms::text_box.
Enumerator
left 

The object or text is aligned on the left of the control element.

right 

The object or text is aligned on the right of the control element.

center 

The object or text is aligned in the center of the control element.