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