crop_top property

crop_top property

Gets or sets the CropTop setting. When HasCrop is true, top of the crop rectangle.

Definition:

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

See Also