Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Classes
AbsoluteLayout
AbsoluteLayout
A layout that lets you specify exact locations (left/top coordinates) of its children.
Summary 
Constructors
Constructors 
constructor 
new AbsoluteLayout(): AbsoluteLayout
 Returns AbsoluteLayout
Methods 
getLeft 
Static
getLeft(view: View): LengthType
Gets the value of the Left property from a given View.
| Parameter | Default | Description | 
view |  | 
 Returns LengthType
getTop 
Static
getTop(view: View): LengthType
Gets the value of the Top property from a given View.
| Parameter | Default | Description | 
view |  | 
 Returns LengthType
setLeft 
Static
setLeft(view: View, value: LengthType): void
Sets the value of the Left property from a given View.
| Parameter | Default | Description | 
view |  | |
value |  | 
 Returns void
setTop 
Static
setTop(view: View, value: LengthType): void
Sets the value of the Top property from a given View.
| Parameter | Default | Description | 
view |  | |
value |  | 
 Returns void
- Previous
 - SwipeDirection
 - Next
 - ActionBar