Preview 2.0 is now in Public Beta!
Read the Announcement
AbsoluteLayout

Summary

Constructors

constructor

Methods

getLeft
getTop
setLeft
setTop
139 methods inherited from LayoutBase
Click to expand

Constructors

constructor

new AbsoluteLayout(): AbsoluteLayout

Methods

getLeft

Static
getLeft(view: View): LengthType
Parameter Default Description
view

Returns LengthType

getTop

Static
getTop(view: View): LengthType
Parameter Default Description
view

Returns LengthType

setLeft

Static
setLeft(view: View, value: LengthType): void
Parameter Default Description
view

value

Returns void

setTop

Static
setTop(view: View, value: LengthType): void
Parameter Default Description
view

value

Returns void