caption 属性
caption 属性
返回或设置指定切片器的 caption。
例子
slicer.caption = "slicer caption"
定义:
@property
def caption(self):
...
@caption.setter
def caption(self, value):
...
返回或设置指定切片器的 caption。
slicer.caption = "slicer caption"
@property
def caption(self):
...
@caption.setter
def caption(self, value):
...