#include <xtd/enum>Contains xtd::forms::border_sides enum class.


Go to the source code of this file.
Namespaces | |
| xtd | |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
| xtd::forms | |
| The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system. | |
Enumerations | |
| enum | xtd::forms::border_sides { xtd::forms::border_sides::none = 0b0, xtd::forms::border_sides::top = 0b1, xtd::forms::border_sides::bottom = 0b10, xtd::forms::border_sides::left = 0b100, xtd::forms::border_sides::right = 0b1000, xtd::forms::border_sides::all = top | bottom | left | right } |
| Specifies how a control anchors to the edges of its container. More... | |