14#include <AUI/Util/AMetric.h>
15#include <AUI/Enum/AFloat.h>
26 Property(
const AFloat& info) : mInfo(info) {
30 void applyFor(
AView* view)
override;
33 const auto& value()
const noexcept {
Base class of all UI objects.
Definition AView.h:78
AFloat
Specifies text floating in text wrapping views, i.e, ATextArea, AText.
Definition AFloat.h:19
Base class for all properties.
Definition IPropertyBase.h:50