The Margin class specifies the thickness, in pixels,
of the four edge regions around a visual object.
public var bottom:int
public var left:int
public var right:int
public var top:int
public function Margin(top:int = 0, bottom:int = 0, left:int = 0, right:int = 0)
Creates a new EdgeMetrics instance.
Parameters
| top:int (default = 0) — The height, in pixels, of the top edge region.
|
| |
| bottom:int (default = 0) — The height, in pixels, of the bottom edge region.
|
| |
| left:int (default = 0) — The width, in pixels, of the left edge region.
|
| |
| right:int (default = 0) — The width, in pixels, of the right edge region.
|
gaforflash v1.0.1.319 - generated the 04 December 2008