5#include "../../forms_export.h"
6#include <xtd/drawing/color>
7#include <xtd/iequatable>
15 namespace style_sheets {
77 void all(const
xtd::drawing::color& all) noexcept;
82 const
xtd::drawing::color& bottom() const noexcept;
86 void bottom(const
xtd::drawing::color& bottom) noexcept;
91 const
xtd::drawing::color& left() const noexcept;
95 void left(const
xtd::drawing::color& left) noexcept;
100 const
xtd::drawing::color& right() const noexcept;
104 void right(const
xtd::drawing::color& right) noexcept;
109 const
xtd::drawing::color& top() const noexcept;
113 void top(const
xtd::drawing::color& top) noexcept;
119 using
object::equals;
120 bool equals(const
border_color& other) const noexcept override;
125 xtd::drawing::color left_ =
xtd::drawing::color::black;
126 xtd::drawing::color top_ =
xtd::drawing::color::black;
127 xtd::drawing::color right_ =
xtd::drawing::color::black;
128 xtd::drawing::color bottom_ =
xtd::drawing::color::black;
Represents an ARGB (alpha, red, green, blue) color.
Definition color.h:49
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.h:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
#define forms_export_
Define shared library export.
Definition forms_export.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10