The style specifies the shadow of text and elements.
Public Fields | |
| static const shadow | empty |
| Provides a xtd::forms::style_sheets::shadow object with no xtd::forms::style_sheets::shadow. | |
Public Constructors | |
| shadow ()=default | |
| Initializes a new instance of the xtd::forms::style_sheets::shadow class. | |
| shadow (const xtd::drawing::point &offset, int32 radius, const xtd::drawing::color &color) | |
| Initializes a new instance of the xtd::forms::style_sheets::shadow class with the offset point, radius, and color. | |
Peorperties | |
| auto | color () const noexcept -> const xtd::drawing::color & |
| Gets the shadow color. | |
| auto | color (const xtd::drawing::color &value) noexcept -> void |
| Sets the shadow color. | |
| auto | offset () const noexcept -> const xtd::drawing::point & |
| Gets the shadow offset in pixels. | |
| auto | offset (const xtd::drawing::point &value) noexcept -> void |
| Sets the shadow offset point in pixels. | |
| auto | radius () const noexcept -> xtd::int32 |
| Gets the shadow blurring radius in pixels. | |
| auto | radius (xtd::int32 value) noexcept -> void |
| Sets the shadow blurring radius in pixels. | |
Public Methods | |
| auto | equals (const xtd::object &obj) const noexcept -> bool override |
| Determines whether the specified object is equal to the current object. | |
| auto | equals (const shadow &other) const noexcept -> bool override |
| Determines whether the specified object is equal to the current object. | |
| auto | get_hash_code () const noexcept -> xtd::usize override |
| Serves as a hash function for a particular type. | |
Additional Inherited Members | |
| virtual auto | equals (const shadow &) const noexcept -> bool=0 |
| Indicates whether the current object is equal to another object of the same type. | |
| object ()=default | |
| Create a new instance of the ultimate base class object. | |
| virtual auto | get_type () const noexcept -> type_object |
| Gets the type of the current instance. | |
| template<typename object_t> | |
| auto | memberwise_clone () const -> xtd::unique_ptr_object< object_t > |
| Creates a shallow copy of the current object. | |
| virtual auto | to_string () const -> xtd::string |
| Returns a xtd::string that represents the current object. | |
| template<typename object_a_t, typename object_b_t> | |
| static auto | equals (const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool |
| Determines whether the specified object instances are considered equal. | |
| template<typename object_a_t, typename object_b_t> | |
| static auto | reference_equals (const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool |
| Determines whether the specified object instances are the same instance. | |
|
default |
Initializes a new instance of the xtd::forms::style_sheets::shadow class.
| xtd::forms::style_sheets::shadow::shadow | ( | const xtd::drawing::point & | offset, |
| int32 | radius, | ||
| const xtd::drawing::color & | color ) |
Initializes a new instance of the xtd::forms::style_sheets::shadow class with the offset point, radius, and color.
| offset | The shadow offset point in pixels. |
| radius | The shadow blurring radius. |
| color | The shadow color. |
|
nodiscardnoexcept |
Gets the shadow color.
|
noexcept |
Sets the shadow color.
| value | The shadow color. |
|
nodiscardnoexcept |
Gets the shadow offset in pixels.
|
noexcept |
Sets the shadow offset point in pixels.
| value | The shadow offset point. |
|
nodiscardnoexcept |
Gets the shadow blurring radius in pixels.
|
noexcept |
Sets the shadow blurring radius in pixels.
| value | The shadow blurring radius. |
|
nodiscardoverridevirtualnoexcept |
Determines whether the specified object is equal to the current object.
| obj | The object to compare with the current object. |
Reimplemented from xtd::object.
|
nodiscardoverridenoexcept |
Determines whether the specified object is equal to the current object.
| other | The object to compare with the current object. |
|
nodiscardoverridevirtualnoexcept |
Serves as a hash function for a particular type.
Reimplemented from xtd::object.
|
static |
Provides a xtd::forms::style_sheets::shadow object with no xtd::forms::style_sheets::shadow.