background property
background property
Get or set background color of signature appearance. By default the value is SystemColors.Windows
Definition:
@property
def background(self):
...
@background.setter
def background(self, value):
...
Get or set background color of signature appearance. By default the value is SystemColors.Windows
@property
def background(self):
...
@background.setter
def background(self, value):
...