struct Box
Parents | |
|
The structure for storing top, left, right, and bottom side values, can be used for describing margins and paddings.
Public Properties | |
The bottom side value. |
|
The sum of the left side and right side values. |
|
The left side value. |
|
The right side value. |
|
The top side value. |
|
The sum of the top side and bottom side values. |
Public Constructors | |
A constructor (zero values). |
|
A constructor (one value for all sides). |
|
A constructor (one value for the horizontal sides, another value for the vertical sides). |
|
A constructor (values for the top, right, left, and bottom sides). |