zIndex property

double get zIndex

Gets the z-index, which affects:

  • Rendering order.
  • Dispatching of UI events (taps and drags are dispatched to objects with higher z-indexes first).
Z-index is relative to the parent.

Implementation

core.double get zIndex;
set zIndex (double val)

Implementation

set zIndex(core.double val);