picture_position property
picture_position property
Gets and set the location of the control’s picture relative to its caption.
Definition:
@property
def picture_position(self):
...
@picture_position.setter
def picture_position(self, value):
...