column_width_pixel 属性
column_width_pixel 属性
获取或设置切片器每列的宽度(以像素为单位)。
例子
slicer.column_width_pixel = 120
定义:
@property
def column_width_pixel(self):
...
@column_width_pixel.setter
def column_width_pixel(self, value):
...
获取或设置切片器每列的宽度(以像素为单位)。
slicer.column_width_pixel = 120
@property
def column_width_pixel(self):
...
@column_width_pixel.setter
def column_width_pixel(self, value):
...