max_shape_or_image_width_or_height property

max_shape_or_image_width_or_height property

Sets/Gets the max width or height for a shape/image ,GridJs will ignore the shape/image with the width or height larger than this, it will take affec when IslimitShapes=true. the default value is 10000.

Definition:

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

See Also