bold property
bold property
Gets or sets a value indicating whether the font is bold.
Definition:
@property
def bold(self):
...
@bold.setter
def bold(self, value):
...
Gets or sets a value indicating whether the font is bold.
@property
def bold(self):
...
@bold.setter
def bold(self, value):
...