Titanium.UI.Notification.top

Property of Titanium.UI.Notification. Inherited from Titanium.UI.View.
Platform Since
Android 0.8
Permission: read-write

Summary

The view's top position.

Type

Number or String

Description

This position is relative to the view's parent. Exact interpretation depends on the parent view's layout property. Can be either a float value or a dimension string (for example, '50%' or 'auto').

This is an input property for specifying where the view should be positioned, and does not represent the view's calculated position.