image_scalable property

image_scalable property

Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true.

Definition:

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

See Also