position 属性

position 属性

代表数据标签的position。

定义:

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

也可以看看