5#include "../../forms_export.h"
7#include <xtd/drawing/brush>
8#include <xtd/drawing/color>
9#include <xtd/drawing/rectangle>
10#include <xtd/iequatable>
21 namespace style_sheets {
127 const std::vector<
xtd::drawing::color>& colors() const noexcept;
132 void colors(const std::vector<
xtd::drawing::color>& value);
139 void url(const
xtd::
uri& value) noexcept;
152 using
object::equals;
153 bool equals(const
background_image& other) const noexcept
override {
return image_type_ ==
other.image_type_ && colors_ ==
other.colors_ && angle_ ==
other.angle_;}
Represents text as a sequence of character units.
Definition basic_string.h:79
static const xtd::drawing::color black
Gets a system-defined color that has an ARGB value of 0xFF000000. This field is constant.
Definition color.h:83
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
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts...
Definition uri.h:103
#define forms_export_
Define shared library export.
Definition forms_export.h:13
image_type
The image_type enum class specifies what kind of image to display.
Definition image_type.h:23
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
std::unique_ptr< type_t > uptr
The xtd::uptr object is a unique pointer.
Definition uptr.h:25
@ other
The operating system is other.
Contains xtd::forms::style_sheets::image_type enum class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10