Specifies how rows or columns of user interface (UI) elements should be sized relative to their container.
- Header
#include <xtd/forms/size_type>
- Namespace
- xtd::forms
- Library
- xtd.forms
Enumerator |
---|
auto_size | The control should be automatically sized to share space with its peers.
|
absolute | The control should be sized to an exact number of pixels.
|
percent | The control should be sized as a percentage of the parent container.
|