Padding

Per-edge spacing in device pixels.

Members

Static functions

all
Padding all(int n)

Equal padding on every edge.

symmetric
Padding symmetric(int h, int v)

h on the left and right edges, v on the top and bottom.

Variables

bottom
int bottom;
Undocumented in source.
left
int left;
Undocumented in source.
right
int right;
Undocumented in source.
top
int top;
Undocumented in source.

Meta