max_shape_or_image_width_or_height property

max_shape_or_image_width_or_height property

Gets/Sets the max width or height for a shape or an image ,GridJs will ignore the shape or image with the width or height larger than this, it takes effect when IslimitShapeOrImage=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