crop_right property

crop_right property

Gets or sets the CropRight setting. When HasCrop is true, right of the crop rectangle.

Definition:

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

See Also