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