Common.Padding
Defines a padding object.
For example:
padding: {
top: 0,
left: 0,
bottom: 0,
right: 0
},
The above statement is completely equal to the following one:
padding: 0
Defined By
Defines a padding object.
For example:
padding: {
top: 0,
left: 0,
bottom: 0,
right: 0
},
The above statement is completely equal to the following one:
padding: 0