orientation 属性
orientation 属性
获取和设置 SpinButton 或 ScrollBar 是垂直方向还是水平方向。
定义:
@property
def orientation(self):
...
@orientation.setter
def orientation(self, value):
...
获取和设置 SpinButton 或 ScrollBar 是垂直方向还是水平方向。
@property
def orientation(self):
...
@orientation.setter
def orientation(self, value):
...