28 bool operator==(
const flat_button_appearance& other)
const {
return border_color_ == other.border_color_ && border_size_ == other.border_size_ && checked_back_color_ == other.checked_back_color_ && mouse_down_back_color_ == other.mouse_down_back_color_ && mouse_over_back_color_ == other.mouse_over_back_color_;}
89 std::optional<xtd::drawing::color> border_color_;
90 int32_t border_size_ = 1;
91 std::optional<xtd::drawing::color> checked_back_color_;
92 std::optional<xtd::drawing::color> mouse_down_back_color_;
93 std::optional<xtd::drawing::color> mouse_over_back_color_;
Represents an ARGB (alpha, red, green, blue) color.
Definition color.h:39
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:26
Contains xtd::drawing::color class.
size_t size
Represents a size of any object in bytes.
Definition types.h:171
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17
Contains xtd::object class.
Contains xtd::forms::theme_colors class.