xtd - Reference Guide
0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include <vertical_control_layout_style.h>
Implements the basic functionality that represents the appearance and behavior of a control layout.
Inherits xtd::forms::control_layout_style.
Public Member Functions | |
vertical_control_layout_style ()=default | |
Initialises a new instance of vertical control layout style class. More... | |
vertical_control_layout_style (bool expanded) | |
Initialises a new instance of vertical control layout style class with specified expanded. More... | |
vertical_control_layout_style (bool expanded, xtd::forms::content_alignment align) | |
Initialises a new instance of vertical control layout style class with specified expanded and content alignment. More... | |
vertical_control_layout_style (float height) | |
Initialises a new instance of vertical control layout style class with specified height. More... | |
vertical_control_layout_style (float height, bool expanded) | |
Initialises a new instance of vertical control layout style class with specified height and expanded. More... | |
vertical_control_layout_style (float height, bool expanded, xtd::forms::content_alignment align) | |
Initialises a new instance of vertical control layout style class with specified height, expanded and content alignment. More... | |
vertical_control_layout_style (float height, xtd::forms::content_alignment align) | |
Initialises a new instance of vertical control layout style class with specified height and content alignment. More... | |
vertical_control_layout_style (float height, xtd::forms::size_type size_type) | |
Initialises a new instance of vertical control layout style class with specified height and size type. More... | |
vertical_control_layout_style (float height, xtd::forms::size_type size_type, bool expanded) | |
Initialises a new instance of vertical control layout style class with specified height, size type and expanded. More... | |
vertical_control_layout_style (float height, xtd::forms::size_type size_type, bool expanded, xtd::forms::content_alignment align) | |
Initialises a new instance of vertical control layout style class with specified height, size type, expanded and content alignment. More... | |
vertical_control_layout_style (float height, xtd::forms::size_type size_type, xtd::forms::content_alignment align) | |
Initialises a new instance of vertical control layout style class with specified height, size type and content alignment. More... | |
vertical_control_layout_style (int32_t height) | |
Initialises a new instance of vertical control layout style class with specified height. More... | |
vertical_control_layout_style (int32_t height, bool expanded) | |
Initialises a new instance of vertical control layout style class with specified height and expanded. More... | |
vertical_control_layout_style (int32_t height, bool expanded, xtd::forms::content_alignment align) | |
Initialises a new instance of vertical control layout style class with specified height, expanded and content alignment. More... | |
vertical_control_layout_style (int32_t height, xtd::forms::content_alignment align) | |
Initialises a new instance of vertical control layout style class with specified height and content alignment. More... | |
vertical_control_layout_style (int32_t height, xtd::forms::size_type size_type) | |
Initialises a new instance of vertical control layout style class with specified height and size type. More... | |
vertical_control_layout_style (int32_t height, xtd::forms::size_type size_type, bool expanded) | |
Initialises a new instance of vertical control layout style class with specified height, size type and expanded. More... | |
vertical_control_layout_style (int32_t height, xtd::forms::size_type size_type, bool expanded, xtd::forms::content_alignment align) | |
Initialises a new instance of vertical control layout style class with specified height, size type, expanded and content alignment. More... | |
vertical_control_layout_style (int32_t height, xtd::forms::size_type size_type, xtd::forms::content_alignment align) | |
Initialises a new instance of vertical control layout style class with specified height, size type and content alignment. More... | |
vertical_control_layout_style (xtd::forms::content_alignment align) | |
Initialises a new instance of vertical control layout style class with specified content alignment. More... | |
vertical_control_layout_style (xtd::forms::size_type size_type) | |
Initialises a new instance of vertical control layout style class with specified size type. More... | |
vertical_control_layout_style (xtd::forms::size_type size_type, bool expanded) | |
Initialises a new instance of vertical control layout style class with specified size type and expanded. More... | |
vertical_control_layout_style (xtd::forms::size_type size_type, bool expanded, xtd::forms::content_alignment align) | |
Initialises a new instance of vertical control layout style class with specified size type, expanded and content alignment. More... | |
vertical_control_layout_style (xtd::forms::size_type size_type, xtd::forms::content_alignment align) | |
Initialises a new instance of vertical control layout style class with specified size type and content alignment. More... | |
std::optional< float > | height () const |
Gets the height value for a control. More... | |
void | height (float height) |
Sets the height value for a control. More... | |
xtd::ustring | to_string () const noexcept override |
Returns a string that represent xtd::forms::control_layout_style. More... | |
Public Member Functions inherited from xtd::forms::control_layout_style | |
xtd::forms::content_alignment | align () const |
Gets a flag indicating how a control should be align to its containing layout container. More... | |
control_layout_style & | align (xtd::forms::content_alignment align) |
Sets a flag indicating how a control should be align to its containing layout container. More... | |
bool | expanded () const |
Gets a flag indicating if control is expanded to its containing layout container. More... | |
control_layout_style & | expanded (bool expanded) |
Sets a flag indicating if control is expanded to its containing layout container. More... | |
xtd::forms::size_type | size_type () const |
Gets a flag indicating how a control should be sized relative to its containing layout container. More... | |
control_layout_style & | size_type (xtd::forms::size_type size_type) |
Sets a flag indicating how a control should be sized relative to its containing layout container. More... | |
Public Member Functions inherited from xtd::object | |
object ()=default | |
Create a new instance of the ultimate base class object. More... | |
virtual bool | equals (const object &obj) const noexcept |
Determines whether the specified object is equal to the current object. More... | |
virtual size_t | get_hash_code () const noexcept |
Serves as a hash function for a particular type. More... | |
template<typename object_t > | |
std::unique_ptr< object_t > | memberwise_clone () const |
Gets the type of the current instance. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from xtd::object | |
static bool | equals (const object &object_a, const object &object_b) noexcept |
Determines whether the specified object instances are considered equal. More... | |
static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
Determines whether the specified object instances are the same instance. More... | |
Protected Member Functions inherited from xtd::forms::control_layout_style | |
control_layout_style ()=default | |
Initialises a new instance of control layout style class. More... | |
control_layout_style (bool expanded) | |
Initialises a new instance of control layout style class with specified expanded. More... | |
control_layout_style (bool expanded, xtd::forms::content_alignment align) | |
Initialises a new instance of control layout style class with specified expanded and content alignment. More... | |
control_layout_style (xtd::forms::content_alignment align) | |
Initialises a new instance of control layout style class with specified content alignment. More... | |
control_layout_style (xtd::forms::size_type size_type) | |
Initialises a new instance of control layout style class with specified size type. More... | |
control_layout_style (xtd::forms::size_type size_type, bool expanded) | |
Initialises a new instance of control layout style class with specified size type and expanded. More... | |
control_layout_style (xtd::forms::size_type size_type, bool expanded, xtd::forms::content_alignment align) | |
Initialises a new instance of control layout style class with specified size type, expanded and content alignment. More... | |
control_layout_style (xtd::forms::size_type size_type, xtd::forms::content_alignment align) | |
Initialises a new instance of control layout style class with specified size type and content alignment. More... | |
|
default |
Initialises a new instance of vertical control layout style class.
|
inline |
Initialises a new instance of vertical control layout style class with specified height.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
|
inline |
Initialises a new instance of vertical control layout style class with specified size type.
size_type | One of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height and size type.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
size_type | One of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height and size type.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
size_type | One of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size. |
|
inline |
Initialises a new instance of vertical control layout style class with specified expanded.
expanded | true if control expanded; otherwise false. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height and expanded.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
expanded | true if control expanded; otherwise false. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height and expanded.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
expanded | true if control expanded; otherwise false. |
|
inline |
Initialises a new instance of vertical control layout style class with specified content alignment.
align | One of the content_alignment values. The default is middle_center. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height and content alignment.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
align | One of the content_alignment values. The default is middle_center. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height and content alignment.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
align | One of the content_alignment values. The default is middle_center. |
|
inline |
Initialises a new instance of vertical control layout style class with specified size type and expanded.
size_type | One of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size. |
expanded | true if control expanded; otherwise false. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height, size type and expanded.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
size_type | One of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size. |
expanded | true if control expanded; otherwise false. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height, size type and expanded.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
size_type | One of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size. |
expanded | true if control expanded; otherwise false. |
|
inline |
Initialises a new instance of vertical control layout style class with specified size type and content alignment.
size_type | One of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size. |
align | One of the content_alignment values. The default is middle_center. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height, size type and content alignment.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
size_type | One of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size. |
align | One of the content_alignment values. The default is middle_center. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height, size type and content alignment.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
size_type | One of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size. |
align | One of the content_alignment values. The default is middle_center. |
|
inline |
Initialises a new instance of vertical control layout style class with specified size type, expanded and content alignment.
size_type | One of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size. |
expanded | true if control expanded; otherwise false. |
align | One of the content_alignment values. The default is middle_center. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height, size type, expanded and content alignment.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
size_type | One of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size. |
expanded | true if control expanded; otherwise false. |
align | One of the content_alignment values. The default is middle_center. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height, size type, expanded and content alignment.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
size_type | One of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size. |
expanded | true if control expanded; otherwise false. |
align | One of the content_alignment values. The default is middle_center. |
|
inline |
Initialises a new instance of vertical control layout style class with specified expanded and content alignment.
expanded | true if control expanded; otherwise false. |
align | One of the content_alignment values. The default is middle_center. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height, expanded and content alignment.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
expanded | true if control expanded; otherwise false. |
align | One of the content_alignment values. The default is middle_center. |
|
inline |
Initialises a new instance of vertical control layout style class with specified height, expanded and content alignment.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
expanded | true if control expanded; otherwise false. |
align | One of the content_alignment values. The default is middle_center. |
|
inline |
Gets the height value for a control.
|
inline |
Sets the height value for a control.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
|
inlineoverridevirtualnoexcept |
Returns a string that represent xtd::forms::control_layout_style.
Reimplemented from xtd::forms::control_layout_style.