| Package | com.addicted2flash.layout.util |
| Class | public class Padding |
| Inheritance | Padding Space |
| Method | Defined by | ||
|---|---|---|---|
|
Padding(top:Number = 0, right:Number = 0, bottom:Number = 0, left:Number = 0)
Creates a new
Padding. | Padding | ||
|
toString():String
Returns the string representation of
Padding. | Padding | ||
| Padding | () | constructor |
public function Padding(top:Number = 0, right:Number = 0, bottom:Number = 0, left:Number = 0)
Creates a new Padding.
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 Padding.
String — the string representation of Padding
|