picture_alignment 属性
picture_alignment 属性
获取和设置图片在 Form 或 Image 中的对齐方式。
定义:
@property
def picture_alignment(self):
...
@picture_alignment.setter
def picture_alignment(self, value):
...
获取和设置图片在 Form 或 Image 中的对齐方式。
@property
def picture_alignment(self):
...
@picture_alignment.setter
def picture_alignment(self, value):
...