bottom属性
bottom属性
表示形状相对于其下部 bottom 角行的垂直偏移的宽度(以像素为单位)。
例子
if shape.bottom == 3:
shape.bottom = 1
定义:
@property
def bottom(self):
...
@bottom.setter
def bottom(self, value):
...
表示形状相对于其下部 bottom 角行的垂直偏移的宽度(以像素为单位)。
if shape.bottom == 3:
shape.bottom = 1
@property
def bottom(self):
...
@bottom.setter
def bottom(self, value):
...