| Package | com.addicted2flash.layout.util |
| Class | public class Margin |
| Inheritance | Margin Space |
| Method | Defined by | ||
|---|---|---|---|
|
Margin(top:Number = 0, right:Number = 0, bottom:Number = 0, left:Number = 0)
Creates a new
Margin. | Margin | ||
|
toString():String
Returns the string representation of
Margin. | Margin | ||
| Margin | () | constructor |
public function Margin(top:Number = 0, right:Number = 0, bottom:Number = 0, left:Number = 0)
Creates a new Margin.
top:Number (default = 0) — space to the top
|
|
right:Number (default = 0) — space to the right
|
|
bottom:Number (default = 0) — space to the bottom
|
|
left:Number (default = 0) — space to the left
|
| toString | () | method |
public override function toString():String
Returns the string representation of Margin.
String — the string representation of Margin
|