zindex property
zindex property
The image annotation z-index. Default value is 0.
The z-index property specifies the stack order of an element.
Definition:
@property
def zindex(self):
...
@zindex.setter
def zindex(self, value):
...
See Also
- class
ImageAnnotation