height_pixel property

height_pixel property

Returns or sets the height of the specified slicer, in pixels.

Example


slicer.height_pixel = 150

Definition:

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

See Also