top_pixel property

top_pixel property

Returns or sets the vertical offset of slicer shape from its top row, in pixels.

Example


slicer.top_pixel = 6

Definition:

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

See Also