Represents the spacing between the text and the border of a widget. More...
#include <IWidgetRenderer.h>
Public Attributes | |
| float | left = 0.0f |
| Left padding. More... | |
| float | top = 0.0f |
| Top padding. More... | |
| float | right = 0.0f |
| Right padding. More... | |
| float | bottom = 0.0f |
| Bottom padding. More... | |
Represents the spacing between the text and the border of a widget.
Definition at line 41 of file IWidgetRenderer.h.
| float ime::Padding::bottom = 0.0f |
Bottom padding.
Definition at line 45 of file IWidgetRenderer.h.
| float ime::Padding::left = 0.0f |
Left padding.
Definition at line 42 of file IWidgetRenderer.h.
| float ime::Padding::right = 0.0f |
Right padding.
Definition at line 44 of file IWidgetRenderer.h.
| float ime::Padding::top = 0.0f |
Top padding.
Definition at line 43 of file IWidgetRenderer.h.