width property

width property

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

Example


slicer.width = 100.0

Definition:

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

See Also