Packagecom.google.analytics.debug
Classpublic class Margin

The Margin class specifies the thickness, in pixels, of the four edge regions around a visual object.



Public Properties
 PropertyDefined by
  bottom : int
Margin
  left : int
Margin
  right : int
Margin
  top : int
Margin
Public Methods
 MethodDefined by
  
Margin(top:int = 0, bottom:int = 0, left:int = 0, right:int = 0)
Creates a new EdgeMetrics instance.
Margin
Property detail
bottomproperty
public var bottom:int
leftproperty 
public var left:int
rightproperty 
public var right:int
topproperty 
public var top:int
Constructor detail
Margin()constructor
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.