⬜ Margin

Describes the space around a Widget.


πŸŽ’ Example

local MyMargin = Margin(10, 15, 10, 15)

πŸ›  Constructor

local MyMargin = Margin(Left?, Top?, Right?, Bottom?)
TypeNameDefault

Left

0

Top

0

Right

0

Bottom

0

Last updated