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

◆ size_type

enum class xtd::forms::size_type
strong

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
Remarks
Use the members of this enumeration to set the value of the size_mode property of the picture_box.
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.