strikeout property

strikeout property

The font is strikeout. True if the font is strikeout; otherwise, False.

Definition:

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

See Also