resize_vertically property

FieldIncludePicture.resize_vertically property

Gets or sets whether to resize the picture vertically from the source.

@property
def resize_vertically(self) -> bool:
    ...

@resize_vertically.setter
def resize_vertically(self, value: bool):
    ...

See Also