auto_scale_font属性
auto_scale_font属性
如果对象中的文本字体大小随对象大小变化而变化,则为 True。默认值为 True。
定义:
@property
def auto_scale_font(self):
...
@auto_scale_font.setter
def auto_scale_font(self, value):
...
如果对象中的文本字体大小随对象大小变化而变化,则为 True。默认值为 True。
@property
def auto_scale_font(self):
...
@auto_scale_font.setter
def auto_scale_font(self, value):
...