54 virtual bool auto_ellipsis()
const noexcept;
60 virtual label& auto_ellipsis(
bool value);
123 virtual int32 image_index()
const noexcept;
145 virtual bool shadow()
const noexcept;
213 xtd::drawing::size measure_control() const noexcept override;
227 virtual
void on_text_align_changed(const
xtd::
event_args& e);
233 std::shared_ptr<data> data_;
xtd::forms::style_sheets::control label
The label data allows you to specify the box of a label control.
Definition: label.h:23
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition: event_args.h:18
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition: point.h:54
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
Represents an event.
Definition: event.h:21
Contains xtd::forms::image_list component.
An abstract base class that provides functionality for the bitmap and metafile descended classes...
Definition: image.h:48
Contains xtd::forms::content_alignment enum class.
Contains xtd::forms::border_sides enum class.
Contains xtd::forms::flat_style enum class.
int_least32_t int32
Represents a 32-bit signed integer.
Definition: types.h:129
Contains xtd::forms::shadows typedef.
Contains xtd::forms::control control.
static const ustring empty_string
Represents the empty string.
Definition: ustring.h:53
Contains xtd::forms::border_style enum class.
size_t size
Represents a size of any object in bytes.
Definition: types.h:195