max_shape_or_image_width_or_height属性

max_shape_or_image_width_or_height属性

设置/获取形状/图像的最大宽度或高度,GridJs将忽略宽度或高度大于此的形状/图像,当IslimitShapes=true时会影响。 默认值为 10000。

定义:

@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):
    ...

也可以看看