strikeout property

strikeout property

Gets or sets a value indicating whether the font is strikeout.

Definition:

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

See Also