#include <lengths.h>
The length specifies the length of the borders.
- Inheritance
- xtd::object → xtd::forms::style_sheets::lengths
- Implements
- xtd::iequatable <>
- Namespace
- xtd::forms::style_sheets
- Library
- xtd.forms
|
bool | equals (const object &other) const noexcept override |
| Determines whether the specified object is equal to the current object. More...
|
|
bool | equals (const lengths &other) const noexcept override |
|
xtd::ustring | to_string () const noexcept override |
| Returns a sxd::ustring that represents the current object. More...
|
|
|
virtual bool | equals (const lengths &) const noexcept=0 |
| Indicates whether the current object is equal to another object of the same type. More...
|
|
| object ()=default |
| Create a new instance of the ultimate base class object. More...
|
|
virtual size_t | get_hash_code () const noexcept |
| Serves as a hash function for a particular type. More...
|
|
template<typename object_t > |
std::unique_ptr< object_t > | memberwise_clone () const |
| Gets the type of the current instance. More...
|
|
static bool | equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are considered equal. More...
|
|
static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are the same instance. More...
|
|
◆ lengths() [1/3]
xtd::forms::style_sheets::lengths::lengths |
( |
| ) |
|
|
default |
◆ lengths() [2/3]
◆ lengths() [3/3]
◆ all() [1/2]
◆ all() [2/2]
◆ bottom() [1/2]
◆ bottom() [2/2]
◆ equals()
bool xtd::forms::style_sheets::lengths::equals |
( |
const object & |
obj | ) |
const |
|
overridevirtualnoexcept |
Determines whether the specified object is equal to the current object.
- Parameters
-
obj | The object to compare with the current object. |
- Returns
- true if the specified object is equal to the current object. otherwise, false.
- Examples
- The following code example compares the current instance with another object.
Reimplemented from xtd::object.
◆ left() [1/2]
◆ left() [2/2]
◆ right() [1/2]
◆ right() [2/2]
◆ to_string()
xtd::ustring xtd::forms::style_sheets::lengths::to_string |
( |
| ) |
const |
|
overridevirtualnoexcept |
Returns a sxd::ustring that represents the current object.
- Returns
- A string that represents the current object.
- Examples
- The following code example demonstrates what to_string returns.
Reimplemented from xtd::object.
◆ top() [1/2]
◆ top() [2/2]
◆ empty
const lengths xtd::forms::style_sheets::lengths::empty |
|
static |
The documentation for this class was generated from the following file:
- xtd.forms/include/xtd/forms/style_sheets/lengths.h