back_color property

back_color property

Gets and sets the file back color.

Definition:

@property
def back_color(self):
    ...
@back_color.setter
def back_color(self, value):
    ...

See Also