height property

height property

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

Example


slicer.height = 120.0

Definition:

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

See Also