z_index property

z_index property

See the z-index property definition in CSS2.

Definition:

@property
def z_index(self):
    ...
@z_index.setter
def z_index(self, value):
    ...

See Also