5 #include "../../forms_export.h" 6 #include <xtd/drawing/color> 7 #include <xtd/iequatable> 15 namespace style_sheets {
75 void all(const
xtd::drawing::color& all) noexcept;
80 const
xtd::drawing::color& bottom() const noexcept;
84 void bottom(const
xtd::drawing::color& bottom) noexcept;
89 const
xtd::drawing::color& left() const noexcept;
93 void left(const
xtd::drawing::color& left) noexcept;
98 const
xtd::drawing::color& right() const noexcept;
102 void right(const
xtd::drawing::color& right) noexcept;
107 const
xtd::drawing::color& top() const noexcept;
111 void top(const
xtd::drawing::color& top) noexcept;
117 bool equals(const
border_color& other) const noexcept override;
122 xtd::drawing::color left_ =
xtd::drawing::color::black;
123 xtd::drawing::color top_ =
xtd::drawing::color::black;
124 xtd::drawing::color right_ =
xtd::drawing::color::black;
125 xtd::drawing::color bottom_ =
xtd::drawing::color::black;
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents an ARGB (alpha, red, green, blue) color.
Definition: color.h:45
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition: iequatable.h:18
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes...
Definition: object.h:32