UI / Margin
Margin Class
Basic margin, providing numerical modification in 4 directions
Table of contents
Properties
bottom: number |
---|
lower |
left: number |
Left |
right: number |
right |
top: number |
upper |
The construction method of initializing four values with one value
Parameters
In number | Usage: Initialize value range: Unrestricted type: Floating point number |
---|
• new Margin(InLeft
, InTop
, InRight
, InBottom
)
structure
Parameters
InLeft number | Usage: lvalue range: unrestricted type: floating-point number |
---|---|
InTop number | Usage: upper value range: no restrictions type: floating point number |
InRight number | Usage: Right value range: No restriction type: Floating point number |
InBottom number | Usage: range: unlimited type: floating point number |
Properties
bottom
• bottom: number
lower
left
• left: number
Left
right
• right: number
right
top
• top: number
upper