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
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.
|