Public Attributes | List of all members
ime::Padding Struct Reference

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...
 

Detailed Description

Represents the spacing between the text and the border of a widget.

Definition at line 41 of file IWidgetRenderer.h.

Member Data Documentation

◆ bottom

float ime::Padding::bottom = 0.0f

Bottom padding.

Definition at line 45 of file IWidgetRenderer.h.

◆ left

float ime::Padding::left = 0.0f

Left padding.

Definition at line 42 of file IWidgetRenderer.h.

◆ right

float ime::Padding::right = 0.0f

Right padding.

Definition at line 44 of file IWidgetRenderer.h.

◆ top

float ime::Padding::top = 0.0f

Top padding.

Definition at line 43 of file IWidgetRenderer.h.


The documentation for this struct was generated from the following file: