Widget borders. More...
#include <IWidgetRenderer.h>
Public Attributes | |
float | left = 0.0f |
Left border. More... | |
float | top = 0.0f |
Top border. More... | |
float | right = 0.0f |
Right border. More... | |
float | bottom = 0.0f |
Bottom border. More... | |
Widget borders.
Definition at line 51 of file IWidgetRenderer.h.
float ime::Borders::bottom = 0.0f |
Bottom border.
Definition at line 55 of file IWidgetRenderer.h.
float ime::Borders::left = 0.0f |
Left border.
Definition at line 52 of file IWidgetRenderer.h.
float ime::Borders::right = 0.0f |
Right border.
Definition at line 54 of file IWidgetRenderer.h.
float ime::Borders::top = 0.0f |
Top border.
Definition at line 53 of file IWidgetRenderer.h.