Known direct subclasses
LayerStyleScope

An interface that introduces the graphics layer property to a Style receiver scope.

Known indirect subclasses
StyleScope

A StyleScope is the receiver scope of a Style lambda.


An interface that introduces the zIndex property to a Style receiver scope.

See also
StyleScope

Summary

Public functions

Unit
zIndex(value: @FloatRange(from = 0.0) Float)

Sets the Z-index of the component.

Cmn

Public functions

zIndex

fun zIndex(value: @FloatRange(from = 0.0) Float): Unit

Sets the Z-index of the component. Higher Z-index components are drawn on top of lower Z-index components within the same parent. This affects drawing order, not layout.

This property is not inherited

Parameters
value: @FloatRange(from = 0.0) Float

The Z-index value.

See also
zIndex